1. Open Start--anaconda3--anaconda Prompt
2. Enter PIP install <name>
such as Pip install Pyinstaller (the third third-party of the packaged Python program) waits for installation to complete
3.pip of COMMON commands
Install installation Library
Uninstall Unload Library
List lists the information that has been installed on the library
Show list details of installed libraries
Search searches the library via PyPI
Help command
If you want to view the use of the Install command, you can enter instructions: Pip Help install
Download the installation Library's command format: Pip install [name]
Updates to already installed libraries: PIP Install-u [name]
Uninstall installed libraries: Pip uninstall [name]
Display list of installed libraries: PIP list
Show libraries with updates: PIP List--outdated
Display details of installed libraries: PIP show [name]
Search for a keyword in a library name or summary in PyPI: Pip search [keywords]