Various methods python installation of third-party modules

Whl installation package:. Pip install ** whl (pip and have downloaded whl file)

Install tar.gz package: python setup.py install (first tar.gz extract to the specified folder in the address bar, enter cmd)

pip install [packages]

 

Linux:

  Installation whl Ibid.

  Installation tar.gz:. Cd to the path after decompression, / configure -> make -> make install

Guess you like

Origin www.cnblogs.com/zhangzhixing/p/12050444.html