Installation of third-party libraries

Scripts cmd mode entering through the python installation directory path, there are documents pip.exe

Run the following command to install third-party libraries, such as

pip install <third-party library name> # such as installing django, is performed pip install django

Guess you like

Origin www.cnblogs.com/shiliye/p/11550242.html