使用pip进行第三方库的安装(命令在cmd中执行)

pip  -h :查看pip的帮助

pip  install <第三方库名> :安装指定的第三方库

pip  install  -U  <第三方库名> :使用-U标签更新已安装的指定第三方库

pip  uninstall  <第三方库名> :卸载指定的第三方库

pip  download  <第三方库名> :下载但不安装指定的第三方库

pip  show  <第三方库名> :列出某个指定第三方库的详细信息

pip  search  <关键词> :根据关键词在名称和介绍中搜索第三方库

例如:pip search blockchain

                                  python:第三方库安装

pip  list :列出当前系统已安装的第三方库

                                     python:第三方库安装

集成安装方法

                                         python:第三方库安装

相关文章:

  • 2021-05-06
  • 2022-12-23
  • 2021-11-25
  • 2021-12-01
  • 2022-01-01
  • 2021-06-13
猜你喜欢
  • 2021-10-24
  • 2021-04-29
  • 2022-01-01
  • 2021-11-08
  • 2021-07-20
  • 2021-06-07
相关资源
相似解决方案