2015-05-06

How do I install a Python package with a .whl file?

http://stackoverflow.com/questions/27885397/how-do-i-install-a-python-package-with-a-whl-file
pip install file_name.whl

No comments:

Post a Comment