摘要: 基础 常用命令 更新pip版本:python -m pip install --upgrade pip 同时安装多个包:pip install TensorFlow pygame ipython 列出过期的包:pip list --outdated 更新:pip install --upgrade 阅读全文
posted @ 2019-12-23 18:38 Skye_Zhao 阅读(494) 评论(0) 推荐(0) 编辑