随笔分类 -  python

摘要:1、查找软件 # pip search Package 2、安装软件 # pip install Package # pip install -r requirements.txt 3、更新软件 # pip install -U Package 4、卸载软件 # pip uninstall Pack 阅读全文
posted @ 2020-07-16 21:39 sam888 阅读(1038) 评论(0) 推荐(0)