Bootstrap

在UCloud云主机上安装Python3和pip

执行如下命令来安装 Python 3

yum install epel-release
yum install python34

接下来安装 Pip

yum install python34-setuptools
easy_install-3.4 pip

接下来可以安装包了

pip3 install -i https://pypi.doubanio.com/simple/ -U wxpy
;