Installation
============
.. include:: ../fragments/badges.rst
:code:`doubledate` is hosted in `PyPI `_ - you can install it using pip:
::
$ pip install doubledate
Upgrading :code:`doubledate` is just as simple with pip:
::
$ pip install doubledate --upgrade
Installing a specific version of :code:`doubledate`:
::
$ pip install doubledate==0.0.7
Dependencies
-------------------------
:code:`doubledate` has the following 2 dependencies:
- `sortedcontainers `_
- `python-dateutil `_
Dependencies are automatically installed with :code:`doubledate`, but can be manually installed:
::
$ pip install python-dateutil sortedcontainers