Installing Lamson Into Virtualenv With Pip

The best way to install Lamson in a virtualenv is using the pip tool to install it. This will automatically fetch the code from bazaar, install it inside the virtualenv and fetch any missing dependencies.

First, if you haven’t already, you’ll need to install pip. Make sure you’ve activated the virtualenv:

. bin/activate

from the root of the virtualenv, and then run:

easy_install -U pip

Then just do:

pip install lamson

Credits

These instructions were donated to Lamson by Zachary Voase but contact me for suggested improvements.