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
[1]http://docs.python.org/tutorial/modules.html#packages
[2]http://pypi.python.org/pypi/stamper

Previous topic

About Stamper

Next topic

How to use it

This Page