生成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

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
猜你喜欢
  • 2022-02-10
  • 2020-07-14
  • 2021-05-16
相关资源
相似解决方案