# HG changeset patch # User Mads Kiilerich # Date 1443183524 -7200 # Node ID 4e9f5ef98dc492676edc9642f5ba23162919c868 # Parent 8c234ae2c2587530048aef6c30ad25e0de3a87f8 docs: mention that the optional dependencies psycopg2 and python-ldap also might be needed in the virtualenv diff -r 8c234ae2c258 -r 4e9f5ef98dc4 docs/installation.rst --- a/docs/installation.rst Fri Sep 25 14:18:44 2015 +0200 +++ b/docs/installation.rst Fri Sep 25 14:18:44 2015 +0200 @@ -75,6 +75,15 @@ will "activate" a shell that terminates immediately. It is also perfectly acceptable (and desirable) to create a virtualenv as a normal user. +.. note:: Some dependencies are optional. If you need them, install them in + the virtualenv too:: + + pip install psycopg2 + pip install python-ldap + + This might require installation of development packages using your + distribution's package manager. + - Make a folder for Kallithea data files, and configuration somewhere on the filesystem. For example::