Skip to content

Instantly share code, notes, and snippets.

@kodelint
Created January 4, 2017 19:22
Show Gist options
  • Save kodelint/c00a0994b9de1806ef5ee5dfe26bc103 to your computer and use it in GitHub Desktop.
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
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