python3 -pip

https://docs.python.org/3/installing/

=====

pip is the preferred installer program. Starting with Python 3.4, it is included by default with the Python binary installers.

python -m pip install SomePackage

or

python -m  easy_install SomePackage
原文地址:https://www.cnblogs.com/Tommy-Yu/p/6060853.html