freezeOutput installed package in requirements format按照一定格式输出安装好的包 listList installed packages列出安装了的python包 showShow information about installed packages详细展示安装了的python包的信息 checkVerify installed packages have compatible dependencies检验安装了的python包有相互依赖性 searchSearch PyPI ...
show Show information about installed packages. check Verify installed packages have compatible dependencies. config Managelocaland global configuration. search Search PyPIforpackages. cache Inspect and manage pip's wheel cache.index Inspect information available from package indexes.wheel Build wheels from y...
Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. inspect Inspect the python environment. list List installed packages. show Show information about installed packages. check Verify installed packages have compati...
install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. inspect Inspect the python environment. list List installed packages. show Show information about installed packages. check Verify installed packages have compatible depende...
commands原指令解释翻译installInstall package安装python包downloaddownload package下载python包uninstallUninstall package卸载python包freezeOutput installed package in requirements format按照一定格式输出安装好的包listList installed packages列出安装了的python包showShow information about installed packages详细展示安装了的pytho...
show Show information about installed packages. check Verify installed packages have compatible dependencies. search Search PyPIforpackages. wheel Build wheelsfromyour requirements. hash Compute hashes of package archives. completion A helper command usedforcommand completion. ...
# pip show --files SomePackage Name:SomePackage Version:1.0 Location:/my/env/lib/pythonx.x/site-packages Files: ../somepackage/__init__.py [...] 3 pip检查哪些包需要更新 # pip list --outdated SomePackage (Current: 1.0 Latest: 2.0) 4 pip升级包 # pip install --upgrade SomePackage ...
show Show information about installed packages. check Verify installed packages have compatible dependencies. config Manage local and global configuration. search Search PyPI for packages. wheel Build wheels from your requirements. hash Compute hashes of package archives. ...
..] Successfully installed SomePackage #安装成功 pip查看是否已安装 $ pip show --files [安装包名] Name:SomePackage # 包名 Version:1.0 # 版本号 Location:/my/env/lib/pythonx.x/site-packages # 安装位置 Files: # 包含文件等等 ../somepackage/__init__.py [...] pip检查哪些包需要更新 $...
C:\Users\Administrator>pip Usage: pip [options] Commands: install Install packages. download Download packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. list List installed packages. show Show information about installed packages. check Verify installed packages...