安装百度bae client

安装百度bae client

6 git clone https://github.com/BaiduAppEngine/cli.git
1177 ls
1178 cd cli
1179 ls
1180 cat README.
1181 cat README.txt
1182 ./build.sh
1183 python setup.py install
1184 sudo python setup.py install
1185 sudo pip install prettytable
1186 sudo python setup.py install
1187 pip install pyYAML
1188 easy_setup pyYAML
1189 sudo easy_install pyYAML
1190 sudo python setup.py install
1191 pip install requests
1192 sudo python setup.py install
1193 bae

问题

1.有时候即便更换了163源,百度还会自己去请求国外的,如果apt install不行,可以手工下载源代码,编译安装
2.当然,有的只能clone,还有个color包,要安装水星
3.需要先安装的包如下
prettytable
sudo pip install prettytable

pyYAML
http://www.pyyaml.org/wiki/LibYAML

colorama
1180 git clone https://code.google.com/p/colorama/
1181 hg clone https://code.google.com/p/colorama/
1182 sudo apt-get install mercurial
1183 hg clone https://code.google.com/p/colorama/

requests
http://www.python-requests.org/en/latest/user/install/#install

你可能感兴趣的:(安装百度bae client)