python 官方资料

一、官方资料

中文版:

https://docs.python.org/zh-cn/3/index.html

英文版:

https://docs.python.org/3.12/

分发 Python 模块:

https://docs.python.org/zh-cn/3/distributing/index.html

 

二、 安装指定版体的模块、卸载模块

python -m pip uninstall wsgidav           # 卸载
python -m pip install werkzeug==2.4.1     #安装2.4.1版本

 

posted @ 2022-10-07 19:22  奥兰王子  阅读(27)  评论(0编辑  收藏  举报