Mac下为Python安装Pycrypto,Docopt,Requests

今天在MacBook上玩Python3的时候发现好多模块都没安装,于是就挨个装上了。

Pycrypto

git clone https://github.com/dlitz/pycrypto.git
cd pycrypto
python3 setup.py install

Docopt

git clone https://github.com/docopt/docopt.git
cd docopt
python3 setup.py install

Requests

git clone https://github.com/kennethreitz/requests.git
cd requests
python3 setup.py install

发表评论

发表评论

*

沙发空缺中,还不快抢~