Python Install .whl File – Python Tutorial

By | June 16, 2019

.whl is a collection of python packages, to install this file, we can use pip install command

Here is an example:

C:\WINDOWS\system32>pip install e:\pip-19.1.1-py2.py3-none-any.whl

The output is:

pip install .whl file

Leave a Reply