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