Python中pip安装包代码

Posted 飞飞阿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python中pip安装包代码相关的知识,希望对你有一定的参考价值。

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 

以上是关于Python中pip安装包代码的主要内容,如果未能解决你的问题,请参考以下文章

通过pip命令导出和导入Python环境安装包

pip包中没有salt-api怎么办

linux python下怎么安装第三方函数库?

怎么安装python扩展包管理工具pip

使用pip安装Python包

在Mac系统下python如何安装第三方函数库?