首页 > 技术文章 > Python中pip安装包名(很多个)

zlong123 2019-03-10 17:16 原文

安装包名

windows系统cmd进控制台

输入pip list找到你电脑已经安装的

然后pip install 包名    (就是下面这些找你要安装的包名):

 

atomicwrites 
attrs 
colorama 
cycler
et-xmlfile 
eyeD3 
future 
jdcal 
kiwisolver 
lml 
lxml 
matplotlib 
more-itertools 
mp3play 
numpy 
olefile 
openpyxl 
ordereddict 
pdfminer3k 
Pillow 
pip 
pluggy 
ply 
py 
pyexcel 
pyexcel-io 
pygame 
pyparsing 
pypiwin32 
pytest 
python-dateutil 
python-magic 
pywin32 
setuptools 
six 
somepackage 
texttable 

openpyxl

xlrd

future

xlwt-future

pyexcel-io

ordereddict

pyexcel

pyexcel-xls

推荐阅读