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

 

posted @ 2016-11-14 10:16  tommy.yu  阅读(198)  评论(0编辑  收藏  举报