Python项目-安装依赖

自动安装所有依赖包:

pip install -r requirements.txt

更新依赖包:

pip freeze >requirements.txt

你可能感兴趣的:(Python项目-安装依赖)