
1 dongyulin353 2019-12-03 10:58:23 +08:00 pip |
2 bmos 2019-12-03 10:59:10 +08:00 下载包:pip install package 导出包列表:pip freeze > requirements.txt 按照包列表安装包:pip install -r requirement.txt |
4 Vegetable 2019-12-03 11:06:37 +08:00 |
5 Les1ie 2019-12-03 11:08:33 +08:00 我一般手写 requiremets.txt |
6 renmu 2019-12-03 11:09:32 +08:00 via Android 用虚拟环境 |
7 Clay0620 2019-12-03 11:17:41 +08:00 之前用过 pipenv,但是遇到几次 lock 的时候卡了好久,现在还是用 requirements.txt 管理了 |
9 Trim21 2019-12-03 12:07:49 +08:00 via Android 推荐 poetry,不推荐 pipenv |
10 inhzus 2019-12-03 12:13:19 +08:00 via Android virtualenv + requirements |
11 qcts33 2019-12-03 12:18:00 +08:00 同推荐 poetry,至少我自己用得比较顺手 |