当前位置 : 主页 > 编程语言 > java >

python生成当前目录下的项目依赖包

来源:互联网 收集:自由互联 发布时间:2022-06-23
安装pipreqs pip install pipreqs 打开项目根文件 shif + 鼠标右键 + 在此处打开powershell窗口 输入 pipreqs . / -- encoding = utf-8 -- force 效果展示 在其他机器上安装依赖包 pip install - r requirements . txt 【

安装pipreqs

pip install pipreqs

打开项目根文件

python生成当前目录下的项目依赖包_右键

  • shif + 鼠标右键 + 在此处打开powershell窗口
  • 输入
pipreqs ./ --encoding=utf-8 --force

python生成当前目录下的项目依赖包_依赖包_02
python生成当前目录下的项目依赖包_python_03

效果展示

python生成当前目录下的项目依赖包_依赖包_04
python生成当前目录下的项目依赖包_右键_05

在其他机器上安装依赖包

pip install -r requirements.txt


【本文由:湖北阿里云代理 http://www.558idc.com/aliyun.html提供,感恩】
上一篇:毕业设计日志(5)
下一篇:没有了
网友评论