Installation instructions ========================= Installing Stamper_ is quite easy. If you have some experience installing Python_ packages [1]_, you already know how to do it. Stamper is a standard Python_ package available on pypi_ [2]_ so just use your favourite tool (pip_, easy_install_, etc) to intall it:: pip install Stamper You can also grab the latest sources from the project main repository (Mercurial_) at https://code.codigo23.net/hg/stamper:: hg clone https://code.codigo23.net/hg/stamper And install it from there (development mode):: pip install -e /PATH/TO/STAMPER-CLONE .. _Stamper: https://bitbucket.org/codigo23/stamper .. _Python: http://python.org .. _pip: http://www.pip-installer.org/en/latest/index.html .. _pypi: http://pypi.python.org/pypi .. _Mercurial: https://www.mercurial-scm.org .. [1] http://docs.python.org/tutorial/modules.html#packages .. [2] http://pypi.python.org/pypi/stamper