Here, I wrote a memo to set up the Python library on my PC and Mac. It is introduced in the original document.
- Check the newest library
- Download and extract the library
- curl -o gdata.tar.gz http://gdata-python-client.googlecode.com/files/gdata-2.0.8.tar.gz
- tar zxvf gdata.tar.gz
- cd gdata-2.0.8/
- Install the library
- ./setup.py install
- Gdata library still seems being updated. So we may want to use up-to-date version.
If we are using MacOSX, we can also use mac ports.
- sudo port install gdata
0 件のコメント:
コメントを投稿