使用他人的项目接着开发安装依赖包

打包:-------------------------

  找到项目使用的所有组件和版本。
  pip install pipreqs

  在项目根目录下执行
  pipreqs ./ --encoding=utf-8


安装使用------------------------------
  安装打包好的文件
  pip3 install -r requirements.txt

猜你喜欢

转载自www.cnblogs.com/wanghuaqiang/p/9278507.html