Installation
============

It is recommended to install python-chrono via your operating systems
package manager, if possible. See your operating system documentation
for details.

Requirements
------------

python-chrono only needs a recent version of Python installed. It has been
tested on Python versions 2.6 and 3.1, but is believed to work with version
2.5 as well.

Installing from source
----------------------

To install from a source distribution, simply run the usual ``setup.py``
script as root::

   ./setup.py install

For more informations on available options, run::

   ./setup.py --help
