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

::

  easy_install Stamper


.. _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
.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall


.. [1] http://docs.python.org/tutorial/modules.html#packages
.. [2] http://pypi.python.org/pypi/stamper
