source: stamper/docs/install.rst@ 73:712d75bd81fc

Last change on this file since 73:712d75bd81fc was 73:712d75bd81fc, checked in by Borja Lopez <borja@…>, 5 years ago

Updated install instructions, added info on how to clone from repo
and install in development mode.

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

Docutils System Messages

?
Note: See TracBrowser for help on using the repository browser.