Highly recommended: make it clear that Python 3 is required
Closed this issue · 0 comments
danzek commented
This is typically done by convention using a shebang in each python file such as:
#!/usr/bin/env python3
Presumably at least python 3.3 is required in this case as this code uses the yield from
statement. Alternatively, state this in the README.
pip
let me install this in Python 2 without any warning.