diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 09:25:54 +0200 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 09:25:54 +0200 | 
| commit | 3115cf77ae970ca5804eee5d0a2cc32665438659 (patch) | |
| tree | 6f80f16f06ad787a6111eaf956fbb44cfca10644 | |
| parent | 8c1be8ab3da80f20db9cbb8dad4e19f5290ccf4a (diff) | |
Missing dependency in the README
| -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 | 
