The newest install instructions are always in the README
python-dev (may have a different name depending on your system)To install couchapp using easy_install you must make sure you have a recent version of distribute installed:
$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
$ sudo easy_install pip
To install or upgrade to the latest released version of couchapp:
$ sudo pip install couchapp
$ sudo pip install --upgrade couchapp
To install/upgrade development version :
$ sudo pip install git+http://github.com/couchapp/couchapp.git#egg=Couchapp
If you want to work in a sandboxed environnement which is recommended if you don't want to not "pollute" your system, you can use virtualenv :
$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
$ easy_install pip
$ pip install virtualenv
Then to install couchapp :
$ pip -E couchapp_env install couchapp
This command create a sandboxed environment in couchapp_env folder. To activate and work in this environment:
$ cd couchapp_env && . ./bin/activate
Then you can work on your couchapps. I usually have a couchapps folder in couchapp_env where I put my couchapps.
Follow instructions here
Download Couchapp-0.8.1-macosx.zip on Github then double-click on the installer.
For Mac OS X 10.6: Download Couchapp-0.7.5-py2.6-macosx10.6.zip then double-click on the installer.
For Mac OS X 10.5: Download Couchapp-0.7.5-py2.5-macosx10.5.zip .
To install easily couchapp on Mac OS X, it may be easier to use Homebrew to install pip.
Once you installed Homebrew, do :
$ brew install pip
$ env ARCHFLAGS="-arch i386 -arch x86_64" pip install couchapp
If you use [Ubuntu](http://www.ubuntu.com/-, you can update your system with packages from our PPA by adding ppa:couchapp/couchapp to your system's Software Sources.
Follow instructions here.
There are currently 2 methods to install on windows:
In case the above is not updated, check out the downloads section in GitHub
Files attached to Installing CouchApp: