Mac Os 安装使用 itchat

苹果电脑自带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

============================================================

在python编译器里面加载itchat模块:import itchat

运行语句itchat.login(),在电脑上登录×××。

猜你喜欢

转载自blog.51cto.com/20214843/2172955