Python-第八周-python第三方库的安装-01

1.Python社区 在这里我们可以到搜索任何主题的第三方库。 网址:https://pypi.org/ 2.安装Python第三方库的方法 3.Python第三方库的pip安装方法 (1) 安装:pip install 库名 (2)对库进行版本更新:pip install -U 库名 (3)卸载库:pip uninstall 库名 (4)下载但不安装库:pip download 库名 (5)列出
相关文章
相关标签/搜索