Skip to content

Instantly share code, notes, and snippets.

@iandexter
Created June 27, 2012 04:43
Show Gist options
  • Save iandexter/3001508 to your computer and use it in GitHub Desktop.
Save iandexter/3001508 to your computer and use it in GitHub Desktop.
cd ~/bin
curl -0 http://gdata-python-client.googlecode.com/files/gdata-2.0.17.tar.gz | tar -xz
cd gdata-2.0.17
python setup.py install --home=~
cd ..
curl -0 http://googlecl.googlecode.com/files/googlecl-0.9.13.tar.gz | tar -xz
cd googlecl-0.9.13
python setup.py install --home=~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment