Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 794 Bytes

installation.rst

File metadata and controls

30 lines (20 loc) · 794 Bytes

Installation

doubledate is hosted in PyPI - you can install it using pip: :

$ pip install doubledate

Upgrading doubledate is just as simple with pip: :

$ pip install doubledate --upgrade

Installing a specific version of doubledate: :

$ pip install doubledate==0.0.7

Dependencies

doubledate has the following 2 dependencies:

Dependencies are automatically installed with doubledate, but can be manually installed: :

$ pip install python-dateutil sortedcontainers