摘要: https://docs.python.org/zh-cn/3/library/ 阅读全文
posted @ 2021-06-09 17:22 左岸丶 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sinat_38682860/article/details/84350396 阅读全文
posted @ 2021-06-09 16:53 左岸丶 阅读(95) 评论(0) 推荐(0) 编辑
摘要: pip [-h,--help] pip install 包名 pip install 包名==版本号 #如果不知道版本号,输入一个错误的或者留空,就能在报错信息中看见版本号 pip uninstall 包名 pip list pip list --outdated #列出过期的包 pip show 阅读全文
posted @ 2021-06-09 16:52 左岸丶 阅读(48) 评论(0) 推荐(0) 编辑