生成requirements.txt文件
pip freeze > requirements.txt
安装requirements.txt依赖
pip install -r requirements.txt
参考:
https://www.cnblogs.com/zelos/p/7439599.html
https://blog.csdn.net/qq_37925422/article/details/79646462
生成requirements.txt文件
pip freeze > requirements.txt
安装requirements.txt依赖
pip install -r requirements.txt
参考:
https://www.cnblogs.com/zelos/p/7439599.html
https://blog.csdn.net/qq_37925422/article/details/79646462