全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
项目依赖的python包requirements.txt文件的生成与安装
0阅读 0评论
2025-06-14
centrify
分类:
Windows平台
1、
pip3 install --no-cache-dir pipreqs
2、
pipreqs "C:\Users\Desktop\ChineseWordsFinder\ChineseWordsFinder" --force --encoding=utf8
3、pip3 freeze > requirements.txt
上一篇:
软件测试中峰值测试含义是什么?
下一篇:没有了