编辑权限请联系管理员获取(ztm0929@icloud.com

pip

来自天明的百科全书
跳转到导航 跳转到搜索

一个 Python 包管理器

https://github.com/pypa/pip

常用命令

  • 将当前环境的依赖输出成一份文稿,以便在其他环境安装[1]
    pip freeze > requirements.txt
    
  • 在新环境重新安装依赖
    pip install -r requirements.txt
    

联系天明

参考资料