Skip to content

Instantly share code, notes, and snippets.

@outten45
Created March 15, 2009 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save outten45/79518 to your computer and use it in GitHub Desktop.
Save outten45/79518 to your computer and use it in GitHub Desktop.
# download httplib2 and install
wget http://httplib2.googlecode.com/files/httplib2-0.4.0.tar.gz
tar xvzf httplib2-0.4.0.tar.gz
cd httplib2-0.4.0
sudo python setup.py install
cd ..
# download simplejson and install
wget http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz#md5=af5e67a39ca3408563411d357e6d5e47
tar xvzf simplejson-2.0.9.tar.gz
cd simplejson-2.0.9
sudo python setup.py install
cd ..
# download CouchDB and install
wget http://pypi.python.org/packages/source/C/CouchDB/CouchDB-0.5.tar.gz#md5=ec9ccb11280af4d5aec4e6a3ffc87cb0
tar xvzf CouchDB-0.5.tar.gz
cd CouchDB-0.5
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment