Created
January 4, 2017 19:22
-
-
Save kodelint/c00a0994b9de1806ef5ee5dfe26bc103 to your computer and use it in GitHub Desktop.
Not sure if the library has python3 support. Try caniusepython3 https://github.com/brettcannon/caniusepython3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caniusepython3 -r requirements.txt test-requirement.txt | |
caniusepython3 -m PKG-INFO | |
caniusepython3 -p numpy scipy ipython | |
# If your project's setup.py uses setuptools | |
# (note that setup_requires can't be checked) ... | |
python setup.py caniusepython3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment