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.
|