pip install -r requirements.txt
-r, --requirement Install from the given requirements file. This option can be used multiple times.
-t: 安装到指定位置。
-e: 安装可编辑的包。
例如:
pip install -r requirements.txt
-r, --requirement Install from the given requirements file. This option can be used multiple times.
-t: 安装到指定位置。
-e: 安装可编辑的包。
例如: