How to install the python module, package, library Methods

After pip install modules, such an input command Enter

1, pip install six carriage return after a successful installation is displayed sucess

2, pip install lxml enter, display being downloaded, you can copy this download Download out, but your downloaded file is compressed or .whl, the downloaded file folder back into python

  2.1, .whl installation method: pip install + whl file name of the downloaded .whl

  

      2.2, .gz multiple files (with .setup.py) mounting method: unpack the archive, the file to the module into the cmd command input python setup.py install

    

    Downloading a module or file

    

 

 Original Reference: https: //www.cnblogs.com/Joetao/articles/9209365.html

Guess you like

Origin www.cnblogs.com/cuitang/p/11422787.html