source:
stamper/docs/install.rst
Last change on this file was 73:712d75bd81fc, checked in by , 5 years ago | |
---|---|
File size: 935 bytes |
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
[1] | http://docs.python.org/tutorial/modules.html#packages |
[2] | http://pypi.python.org/pypi/stamper |
Note:
See TracBrowser
for help on using the repository browser.