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