pycharm安装/卸载库的方法

格式

pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple

1、终端下载Terminal(界面输入)

pycharm安装/卸载库的方法_第1张图片

pip install selenium -i https://pypi.douban.com/simplepycharm安装/卸载库的方法_第2张图片

2、解析器下载

步骤:界面-file -settings-Project python-Python interpreter - +(加号) -搜索库 -install package

pycharm安装/卸载库的方法_第3张图片

 pycharm安装/卸载库的方法_第4张图片

pycharm安装/卸载库的方法_第5张图片

 pycharm安装/卸载库的方法_第6张图片

3、更新pip方法

cnd命令窗口:python -m pip install --upgrade pip

4、卸载模块

pip uninstall 模块名

6、 常用的镜像地址有:

  • 华南理工大学镜像源 http://pypi.hustunique.com/simple/%29
  • 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple
  • 豆瓣 http://pypi.douban.com/simple/
  • 清华大学开源镜像站 https://mirrors.tuna.tsinghua.edu.cn/
  • 网易开源 http://mirrors.163.com/
  • 华为 https://mirrors.huaweicloud.com/
  • 阿里巴巴 https://opsx.alibaba.com/mirror/

你可能感兴趣的:(pycharm,ide,python,1024程序员节)