You can install the latest stable release with pip
user@machine:~$ [sudo] pip install lettuce
You can use the bleeding edge version of Lettuce through taking the git HEAD.
If you want so, you have basically 2 options:
Good for those that just want to use the latest features
user@machine:~/Downloads$ git clone git://github.com/gabrielfalcao/lettuce.git
user@machine:~/Downloads$ cd lettuce
user@machine:~/Downloads/lettuce$ sudo python setup.py install
If it is your case, I strongly recommend a sandbox:
GNU/Linux:
user@machine:~/Projects$ git clone git://github.com/gabrielfalcao/lettuce.git
user@machine:~/Projects$ echo "PYTHONPATH=$HOME/Projects/lettuce:$PYTHONPATH >> $HOME/.bashrc
May 25, 2010