source: stamper/docs/install.rst@ 42:cff2c17bc1d4

Last change on this file since 42:cff2c17bc1d4 was 42:cff2c17bc1d4, checked in by Borja Lopez <borja@…>, 10 years ago

Added initial version of the docs, covering:

  • About stamper
  • Basic installation instructions (missing install from repo or dev env setup, for example)
  • Basic usage instructions (total times, per-day details, timeline, date-based filters and more)
File size: 725 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
easy_install Stamper
[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.