pip install -r -e 什么意思

pip install -r requirements.txt

    -r, --requirement     Install from the given requirements file. This option can be used multiple times.  

-t: 安装到指定位置。

-e: 安装可编辑的包。

 

例如:

 

posted @ 2022-07-20 18:26  Picassooo  阅读(740)  评论(0)    收藏  举报