From e5bfe66fb894294fdae91a6ab944d8447a48ec20 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 3 Jan 2017 17:05:18 +0100 Subject: installation instructions --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.rst b/README.rst index 2ce1973..d8a4a5a 100644 --- a/README.rst +++ b/README.rst @@ -22,3 +22,25 @@ Some example collection schemas are provided, but one big strenght of lesana is the ability to customize your collection with custom fields either by simply writing a personalize schema.yaml or, in more complex cases, by inheriting from it in another module. + +Installation +------------ + +lesana expects to run on a POSIX-like system and requires the following +dependencies: + +* python3 +* `guacamole `_ +* xapian_ +* `ruamel.yaml `_ +* `jinja2 `_ +* `GitPython `_ + optional, to add git support. + +Under debian (and derivatives), the packages to install are:: + + apt install python3-guacamole python3-jinja2 python3-ruamel.yaml \ + python3-xapian python3-git + +(some of those are only available on stretch-onwards because earlier +versions lacked python3 support.) -- cgit v1.2.3