2015-08-11

PYTHON - How to install a .whl file (offline package installation)

(1) Download the wheel file (.whl... from, for example https://pypi.python.org).

(2) Run this command:

pip install PACKAGE_FILE_NAME.whl



No comments:

Post a Comment