python中升级库的方法:
1、在cmd中执行pip list –outdated命令查看可以更新的库
2、然后输入“pip install –upgrade <库名>”即可更新库
原文来自:https://www.py.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
python中升级库的方法:
1、在cmd中执行pip list –outdated命令查看可以更新的库
2、然后输入“pip install –upgrade <库名>”即可更新库
原文来自:https://www.py.cn
暂无评论内容