We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
yield from
pip let me install this in Python 2 without any warning.
pip
The text was updated successfully, but these errors were encountered:
Fix issue #3
717337c
No branches or pull requests
This is typically done by convention using a shebang in each python file such as:
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.The text was updated successfully, but these errors were encountered: