批量安装python依赖包

1、将所有需要的依赖写入文件,一个依赖占用一行

 

 

2、批量执行

pip install -r requirements.txt
posted @ 2022-08-02 20:44  sugoi  阅读(123)  评论(0)    收藏  举报