摘要: 要求文件(requirements.txt)是安装包的依赖项及版本的记录文件。 pip: 创建 (venv) $ pip freeze requirements.txt 使用 (venv) $ pip install r requirements.txt conda: 创建 conda list e 阅读全文
posted @ 2018-11-15 00:12 WayneLiu123 阅读(916) 评论(0) 推荐(0)