python包的下载、安装及使用

1.下载

官网:https://pypi.org/search/

其他:https://www.lfd.uci.edu/~gohlke/pythonlibs/

豆瓣:https://pypi.douban.com/simple/ 

阿里:https://mirrors.aliyun.com/pypi/simple/   

华中理工大学:https://pypi.hustunique.com/simple/   

山东理工大学:https://pypi.sdutlinux.org/simple/   

中国科学技术大学:https://pypi.mirrors.ustc.edu.cn/simple/   

清华:https://pypi.tuna.tsinghua.edu.cn/simple   
 

1.进入其他这个网址后,直接ctrl+f进行搜索

python包的下载、安装及使用_第1张图片

2.点击可直接进行下载,下载要是.whl格式的,才是对的

python包的下载、安装及使用_第2张图片

3.官网地址下载可能更全,但是速度慢

python包的下载、安装及使用_第3张图片

2.安装、使用

1.直接使用pip install命令进行安装,但是需将路径指向这个包的位置或是将包的路径完整带到pip install后面

python包的下载、安装及使用_第4张图片2.安装后,可进行验证 

python包的下载、安装及使用_第5张图片

3.进行使用这个包,import时可见python包的下载、安装及使用_第6张图片

python包的下载、安装及使用_第7张图片

tips:还有一个笨办法,可以在有网络环境的情况下,cmd打开命令行窗口,使用pip install安装python需要的包;安装完成,去python的路径下将lib、libs、scriptzhesange文件夹复制出来,将其替换到没有网络的python中(如:虚拟机中),也可以进行使用这些包

你可能感兴趣的:(python,python)