使用CMD输入一下命令完成换源:
清华大学镜像源:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云镜像源:
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
或
curl -o /etc/yum.repos.d/CentOS-Base.repo
安装 Node.js 和 Git
Node.js:下载地址: https://nodejs.org
Git:下载地址: https://git-scm.com/downloads/win