python 常见问题备忘
摘要:
1. 查看项目依赖项并输出到文件命令 pip freeze > requirements.txt 自动为当前项目安装依赖项:pip install pipreqs 根据 requirements.txt 安装依赖项:pip --default-timeout=50000 install -r C:\ 阅读全文
posted @ 2022-11-10 17:15 空明流光 阅读(58) 评论(0) 推荐(0)
posted @ 2022-11-10 17:15 空明流光 阅读(58) 评论(0) 推荐(0)
posted @ 2022-11-10 14:16 空明流光 阅读(157) 评论(0) 推荐(0)
posted @ 2022-11-10 14:10 空明流光 阅读(239) 评论(0) 推荐(0)