Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.45 KB

install.rst

File metadata and controls

73 lines (50 loc) · 1.45 KB

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:

install-debian-squeeze

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

bash

mkvirtualenv lettuce
workon lettuce
pip install -r requirements.txt

or just install manually

bash

sudo pip install -r requirements.txt

or do it really from scratch

Installing lettuce itself

bash

[sudo] python setup.py develop