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 2009/07/26 08:05:44 UTC

[Couchdb Wiki] Update of "Getting started with Python" by TimBurgess

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 TimBurgess:
http://wiki.apache.org/couchdb/Getting_started_with_Python

The comment on the change is:
Updated ref to ver 0.6

------------------------------------------------------------------------------
  {{{
  $ wget http://peak.telecommunity.com/dist/ez_setup.py
  $ sudo python ez_setup.py
- $ wget http://pypi.python.org/packages/2.5/C/CouchDB/CouchDB-0.4-py2.5.egg
+ $ wget http://pypi.python.org/packages/2.5/C/CouchDB/CouchDB-0.6-py2.5.egg
- $ sudo easy_install CouchDB-0.4-py2.5.egg
+ $ sudo easy_install CouchDB-0.6-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.