博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python的包管理pip安装
阅读量:6845 次
发布时间:2019-06-26

本文共 357 字,大约阅读时间需要 1 分钟。

hot3.png

装python的包可以自己下来直接装,也可以通过pip来通过网络安装。

上面的链接包含了详细的过程。我这里只记录几个简要的命令给自己以后查用。

1.安装

wget  http://python-distribute.org/distribute_setup.pysudo python distribute_setup.pywget  https://github.com/pypa/pip/raw/master/contrib/get-pip.pysudo python get-pip.py

2. 运行
可以通过pip help来查看帮助。简单用的话只要pip search和pip install就好了。

转载于:https://my.oschina.net/zhangdapeng89/blog/82966

你可能感兴趣的文章