Bootstrap

Python3安装pip

python3 -m ensurepip --default-pip
pip3 config set global.index-url https://mirrors.aliyun.com/pypi/simple/
pip3 install --upgrade pip

;