Python Intro - Install Package

 

1. pip

pip install numpy

 

2. easy_install

easy_install numpy

 

3. install from source

3.1 cd numpy

sudo python setup.py install

3.2 cd numpy

sudo pip install .

or sudo -H pip install .

3.3 or 

python -m wheel install mitmproxy-0.17-py2-none-any.whl

 

posted on 2018-03-14 16:27  fanbird2008  阅读(68)  评论(0)    收藏  举报

导航