pip list -o
pip install <package> -U
pip install pip-review pip-review -a
或者
pip install pip-review pip-review --auto
pip install pip-autoremove pip autoremove
pip freeze > requirement.txt
pip download -d <store_path> <package>
pip download -d <store_path> -r requirement.txt