Installing CouchApp on my Debian machine was (after all) pretty much straight forward.
Dependencies needed by CouchApp:
- apt-get install setuptools
- apt-get install libyaml-dev
Check out latest sources from GitHub:
git clone https://github.com/couchapp/couchapp
...configure && make
cd couchapp
python setup.py install --user
For now, you're done!
References:
Building CouchApps
Installing Python Modules
No comments:
Post a Comment