Mac Os 安装使用 itchat
时间:2018-09-09 21:04:49
收藏:0
阅读:1601
苹果电脑自带Python 2.7.10 这是老版本,已经不再维护。学习使用的话建议安装最新的 Python 3.7.0 在Python.org 官方网站下载即可。
一、安装pip
Mac没有自带pip,需要自行安装。安装第一步:
Thegod:~ chengde$ sudo easy_install pip
输入密码
二、使用pip安装itchat
Thegod:~ chengde$ sudo pip install itchat
评论(0)