pip local installation

1.pip install * .whl directly after pip install command to add the full path name whl package can be installed locally successful

2. Download the required packages, usually zip, tar.gz and other archive, unpacked, open a command line, enter decompression directory using python setup.py install command to install.

3.pip show package name: View package installation path

Guess you like

Origin www.cnblogs.com/ycg-blog/p/12074970.html