标签:详细信息 下载 直接下载 uninstall load 基础 合数 世界 更新
目录
>13万个第三方库:https://pypi.org/


三种方法

D:\>pip install <第三方库名>D:\>pip install –U <第三方库名>D:\>pip uninstall <第三方库名>D:\>pip download <第三方库名>D:\>pip show <第三方库名>D:\>pip search <关键词>D:\>pip list集成安装:结合特定Python开发工具的批量安装
Anaconda:https://www.cnblogs.com/nickchen121/p/11107842.html
为什么有些第三方库用pip可以下载,但无法安装?
http://www.lfd.uci.edu/~gohlke/pythonlibs/

标签:详细信息 下载 直接下载 uninstall load 基础 合数 世界 更新
原文地址:https://www.cnblogs.com/nickchen121/p/11219414.html