当然首先是需要有Python环境啦。
-
要先去下载一下setuptool,参考文档:
简单来说,命令如下wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py python ez_setup.py --insecure
-
wget https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz tar -xzvf .... cd .. python setup.py install