Use the pip

First, check the version

pip show pip

pip --version
Name: pip
Version: 19.2.3
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: pypa-[email protected]
License: MIT
Location: d:\programs\python\python37\lib\site-packages
Requires:
Required-by:

pip 19.2.3 from d:\programs\python\python37\lib\site-packages\pip (python 3.7)

Requires will ask whether we need to upgrade pip

Two, pip upgrade

python -m pip install  --upgrade pip

Three, pip mounting module

pip install <moudle>

 

Guess you like

Origin www.cnblogs.com/ohlala/p/11455008.html