Installation

This software can be installed in multiple ways. The ways that are recommended are as follows.

Obtaining the Source

This is a library targeted specifcally to developers so you will most likely want to get your hands on the source. It can be obtained as follows.:

$ git clone git://github.com/myusuf3/delorean.git

Installing from PyPi

I would personally recommend using pip but any of the following ways should work.

To install simply run:

$ pip install delorean

or if you must easy_install

$ easy_install delorean

Installing from Source

If you have a copy of the source simply running the following from the root directory should have the same effect.:

$ python setup.py install

Delorean is a library that provides easy and convenient datetime conversions in Python. Dealing with generating lists of datetimes, timezone shifting, and much more.

Support

If you are having issues we would love to hear from you. Just hit me up. You can alternatively raise an issue here on Github.

Table Of Contents

Related Topics

Fork me on GitHub