Install a development environment for lettuce

Here are guidelines to get a development environment for lettuce.

OS specific

Here are repcipes for specific operating systems. They should help you go fast or automate lettuce installation procedure:

Generic guidelines

Dependencies

you will need to install these dependencies in order to hack lettuce :)

All of them are used within lettuce tests.

you could use a virtualenv

mkvirtualenv lettuce
workon lettuce
pip install -r requirements.txt

or just install manually

sudo pip install -r requirements.txt

or do it really from scratch

Installing lettuce itself

[sudo] python setup.py develop