摘要:
python的包管理 pip方式: 创建 (venv) $ pip freeze requirements.txt 执行 (venv) $ pip install r requirements.txt conda方式: 创建: conda list 列出包名 conda list e require 阅读全文
posted @ 2018-11-21 23:33
WayneLiu123
阅读(2370)
评论(0)
推荐(0)