All Projects → YongGGe → PyMicroChat_master

YongGGe / PyMicroChat_master

Licence: other
安卓/PC微信协议分析实现

Programming Languages

python
139335 projects - #7 most used programming language

PyMicroChat

声明:本项目仅用于通信方面知识的学习交流,请勿用于非法用途.

Python3.3以上的版本通过venv模块原生支持虚拟环境,可以代替Python之前的virtualenv.低版本请用pip安装。

Windows环境

创建Python3的venv虚拟环境

D:\VSCODE\PyMicroChat>python3 -m venv .

进入虚拟环境

D:\VSCODE\PyMicroChat>.\Scripts\activate

首次执行,配置依赖包,以后根据更新依赖环境运行

(PyMicroChat) D:\VSCODE\PyMicroChat>pip install -r requirements.txt

修改run.py相应的usrname & passwd,执行

(PyMicroChat) D:\VSCODE\PyMicroChat>python run.py

退出

(PyMicroChat) D:\VSCODE\PyMicroChat>deactivate

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].