source: stamper/docs/install.rst

Last change on this file 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
RevLine 
[42]1Installation instructions
2=========================
3
4Installing Stamper_ is quite easy. If you have some experience installing
5Python_ packages [1]_, you already know how to do it. Stamper is a standard
6Python_ package available on pypi_ [2]_ so just use your favourite tool
7(pip_, easy_install_, etc) to intall it::
8
9 pip install Stamper
10
[73]11You can also grab the latest sources from the project main repository
12(Mercurial_) at https://code.codigo23.net/hg/stamper::
[42]13
[73]14 hg clone https://code.codigo23.net/hg/stamper
15
16And install it from there (development mode)::
17
18 pip install -e /PATH/TO/STAMPER-CLONE
[42]19
20
21.. _Stamper: https://bitbucket.org/codigo23/stamper
22.. _Python: http://python.org
23.. _pip: http://www.pip-installer.org/en/latest/index.html
24.. _pypi: http://pypi.python.org/pypi
[73]25.. _Mercurial: https://www.mercurial-scm.org
[42]26
27.. [1] http://docs.python.org/tutorial/modules.html#packages
28.. [2] http://pypi.python.org/pypi/stamper
Note: See TracBrowser for help on using the repository browser.