Installation

Stable release

To install datemore, run this command in your terminal:

$ pip install datemore

If you don’t have pip installed, see this guide.

From sources

To install datemore from the sources, first clone the repository:

$ git clone git://github.com/romnnn/datemore

After you obtained a local clone of the source, install with:

$ python setup.py install