引用官方网站的介绍:(pip documentation v22.2.2)
pip is the package installer for Python. You can use it to install packages from the Python Package Index and other indexes.
pip是Python的包安装管理器,用于管理各种(第三方)库/包,可有效处理各种依赖问题,从Python Package Index和其他索引源自动完成安装。具体使用指南可以参考 Getting Started - pip documentation
pip install 用来在当前环境中安装新的库/包