You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/27 03:59:37 UTC

[Couchdb Wiki] Update of "GettingStartedWithPython" by jorgelugo

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by jorgelugo:
http://wiki.apache.org/couchdb/GettingStartedWithPython

------------------------------------------------------------------------------
  {{{
  $ wget http://peak.telecommunity.com/dist/ez_setup.py
  $ sudo python ez_setup.py
- $ wget http://couchdb-python.googlecode.com/files/CouchDB-0.3-py2.5.egg
+ $ wget http://pypi.python.org/packages/2.5/C/CouchDB/CouchDB-0.4-py2.5.egg
- $ sudo easy_install CouchDB-0.3-py2.5.egg
+ $ sudo easy_install CouchDB-0.4-py2.5.egg
  }}}
  
  This first downloads and installs the ''ez_setup.py'' script which runs python ''.egg'' files. The second part downloads the ''.egg'' file for CouchDB and installs it along with its dependencies.