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 2010/09/25 23:26:37 UTC

[Couchdb Wiki] Trivial Update of "Getting_started_with_Python" by TimRadvan

Dear Wiki user,

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

The "Getting_started_with_Python" page has been changed by TimRadvan.
The comment on this change is: Updated couchdb download to the latest version.
http://wiki.apache.org/couchdb/Getting_started_with_Python?action=diff&rev1=14&rev2=15

--------------------------------------------------

  {{{
  $ 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.6-py2.5.egg
+ $ wget http://pypi.python.org/packages/2.6/C/CouchDB/CouchDB-0.8-py2.6.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.