安装:pip3 install pipregs

生成依赖文件:
    在项目根目录下使用: pipreqs ./
    windows系统,会报编码错误 使用时,指定编码格式 pipreqs ./ --encoding=utf8
    生成 requirements.txt文件

安装依赖文件:pip3 install -r requirements.txt

相关文章:

  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2021-09-18
  • 2021-10-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案