1 頁 (共 1 頁)

Ubuntu install google calendar api with python

發表於 : 2014-08-20, 07:01
tony
安裝設定 google calendar api

代碼: 選擇全部

sudo apt-get install python-setuptools
hg clone https://google-api-python-client.googlecode.com/hg/ google-api-python-client
cd google-api-python-client
sudo python setup.py install