打开powershell
在命令行中输入以下命令进行更新
python --version
要求版本在3.13(不包含3.13)之下,在3.9(不包含3.9)之上
即为python 版本<3.13 并且>3.9
不然可能在更新时因为某些组件有python版本要求从而更新失败!
打开powershell(具体可参考安装教程)
在命令行中输入以下命令进行更新
pip install -U autowsgr
或者使用清华源的代理进行更新
pip install -U autowsgr -i <https://pypi.tuna.tsinghua.edu.cn/simple>
在本项目中选择examples
文件夹下载,覆盖本地examples
文件夹
下载项目