The simplest method to install CouchQL is to use easy_install to download it
automatically from the Python Package Index
(http://pypi.python.org/pypi/couchql/). Simply type "easy_install couchql" to
get started.

You can also download a tarball from
http://code.google.com/p/couchql/downloads/list.
Extract the tarball and type "python setup.py install" to install.

You can checkout the latest source code using the instructions at
http://code.google.com/p/couchql/source/checkout.
After checking out type "python setup.py install" from the root of the checkout
to install.
