Python pip 一次安装多个库

有多个库需要安装时,可以批量安装
命令:

pip install  chardet  colorama

为了加快速度 ,我们使用清华大学的源
命令:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple chardet  colorama

实际操作如下:

C:\Users\funny>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple chardet  colorama  cryptography  et-xmlfile  future  ipaddress  lxml  netmiko  ntc_templates  Nuitka  numpy  
openpyxl  ordered-set  pandas  paramiko  pillow  reportlab  scp  setuptools  six  textfsm  tqdm  typing_extensions
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting chardet
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl (199 kB)
     |████████████████████████████████| 199 kB 1.3 MB/s
Collecting colorama
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting cryptography
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2a/4b/3256759723b7e66380397d958ca07c59cfc3fb5c794fb5516758afd05d41/cryptography-45.0.4-cp37-abi3-win_amd64.whl (3.4 MB)
     |████████████████████████████████| 3.4 MB 6.4 MB/s
Collecting et-xmlfile
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl (18 kB)
Collecting future
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl (491 kB)
     |████████████████████████████████| 491 kB 6.8 MB/s
Collecting ipaddress
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c2/f8/49697181b1651d8347d24c095ce46c7346c37335ddc7d255833e7cde674d/ipaddress-1.0.23-py2.py3-none-any.whl (18 kB)
Collecting lxml
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7a/c2/1365fd76b35a9a03a7ac4a0ce8372b4f792bd64c9d226532fe4ff6923cb4/lxml-5.4.0-cp38-cp38-win_amd64.whl (3.8 MB)
     |████████████████████████████████| 3.8 MB 6.4 MB/s
Collecting netmiko
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/89/c1/04060c529da57c4736ff01450a64d9d9385c2fa79d03d53202bbce45871d/netmiko-4.4.0-py3-none-any.whl (232 kB)
     |████████████████████████████████| 232 kB 3.2 MB/s
Collecting ntc_templates
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/5e/d8/af9941ff4444b67cc6a59f1c7367d38444254781dae1f6bd57ed686d4dcd/ntc_templates-7.9.0-py3-none-any.whl (609 kB)
     |████████████████████████████████| 609 kB 6.4 MB/s
Collecting Nuitka
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/0a/3f/3294699ad8ebca820127b5606c77e52bb1bd5d7eea97e9dd5a6228884e80/Nuitka-2.7.7.tar.gz (3.9 MB)
     |████████████████████████████████| 3.9 MB 6.4 MB/s
  Installing build dependencies ... -
posted @ 2025-06-12 09:12  JacobJacob  阅读(4)  评论(0)    收藏  举报  来源