diff options
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,12 +36,14 @@ dependencies: * xapian_ * `ruamel.yaml <https://bitbucket.org/ruamel/yaml>`_ * `jinja2 <http://jinja.pocoo.org/>`_ +* `dateutil <https://dateutil.readthedocs.io/>`_ * `GitPython <https://github.com/gitpython-developers/GitPython>`_ optional, to add git support. Under debian (and derivatives), the packages to install are:: - apt install python3-jinja2 python3-ruamel.yaml python3-xapian python3-git + apt install python3-jinja2 python3-ruamel.yaml python3-xapian \ + python3-dateutil python3-git lesana can be run in place from the git checkout / extracted tarball; to use ``setup.py`` you will also need setuptools (e.g. from the |