0
点赞
收藏
分享

微信扫一扫

PyCharm 生成 requirements.txt

小布_cvg 2022-01-15 阅读 140

目录

使用 Python 命令

pip freeze > requirements.txt

使用 PyCharm 自带功能生成

  1. 右键项目列表 - New - requirements.txt
  2. 输入文件名
  3. 选择 Requirements with installed packages
    新建requirements.txt
    选择类型

其他

文章地址:https://blog.csdn.net/qq_36670734/article/details/122514171

举报

相关推荐

0 条评论