Go to C:\Python34\Scripts (this is the folder where pip.exe is locateD)
run below in cmd:
python -m pip install requests
above will install lib: requests
pip install some-package.whl
Note: if pip.exe is not recognized, you may find it in the "Scripts" directory from where python has been installed. If pip is not installed, this page can help:
How do I install pip on Windows?
Note: for clarification
If you copy the *.whl file to your local drive (ex. C:\some-dir\some-file.whl) use the following command line parameters --
pip install C:/some-dir/some-file.whl
Kommentarer
Send en kommentar