1 .. -*- mode: rst ; ispell-local-dictionary: "american" -*-
3 ================================================
4 How-to Setup a `pdfjoin` Development environment
5 ================================================
7 Create a virtual environment (including distribute) somewhere. Lets
10 virtualenv --distribute ./venv
12 Activate our environment::
14 source ./venv/bin/activate
16 Run the develop script::
18 python setup.py develop
20 Going back to your non-virtual environment::
24 Start squeal (no need to activate the virtual environment)::