Last change
on this file since 52:8d45fe507fa4 was 42:cff2c17bc1d4, checked in by Borja Lopez <borja@…>, 10 years ago |
Added initial version of the docs, covering:
- 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
|
Rev | Line | |
---|
[42] | 1 | Installation instructions
|
---|
| 2 | =========================
|
---|
| 3 |
|
---|
| 4 | Installing Stamper_ is quite easy. If you have some experience installing
|
---|
| 5 | Python_ packages [1]_, you already know how to do it. Stamper is a standard
|
---|
| 6 | Python_ 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 |
|
---|
| 11 | ::
|
---|
| 12 |
|
---|
| 13 | easy_install Stamper
|
---|
| 14 |
|
---|
| 15 |
|
---|
| 16 | .. _Stamper: https://bitbucket.org/codigo23/stamper
|
---|
| 17 | .. _Python: http://python.org
|
---|
| 18 | .. _pip: http://www.pip-installer.org/en/latest/index.html
|
---|
| 19 | .. _pypi: http://pypi.python.org/pypi
|
---|
| 20 | .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | .. [1] http://docs.python.org/tutorial/modules.html#packages
|
---|
| 24 | .. [2] http://pypi.python.org/pypi/stamper
|
---|
Note:
See
TracBrowser
for help on using the repository browser.