合集-技术学习记录

摘要:1.安装pipreqs 1 pip install pipreqs 2.切换到项目路径下,生成依赖包的txt文档 pipreqs ./ --encoding=utf-8 3.查看需要的依赖包 type requirements.txt 其他环境安装依赖包 pip install -r requrie 阅读全文
posted @ 2024-10-28 15:34 洛河luohe 阅读(454) 评论(0) 推荐(0)