美文网首页python
Mac Os 使用 itchat

Mac Os 使用 itchat

作者: 十一点睡先生 | 来源:发表于2017-09-27 21:38 被阅读296次

mac 已经自带python, 自带python版本是2.7.10.

一、安装 pip

mac默认是不带pip的,所以第一步要先安装pip。

sudo easy_install pip

成功安装会显示上面的信息

Installed /Library/Python/2.7/site-packages/pip-7.1.2-py2.7.egg

Processing dependencies for pip Finished processing dependencies for pip

二、 使用pip安装itchat

sudo pip install itchat

相关文章

网友评论

    本文标题:Mac Os 使用 itchat

    本文链接:https://www.haomeiwen.com/subject/widpextx.html