changeset 5520:4e9f5ef98dc4 stable

docs: mention that the optional dependencies psycopg2 and python-ldap also might be needed in the virtualenv
author Mads Kiilerich <madski@unity3d.com>
date Fri, 25 Sep 2015 14:18:44 +0200
parents 8c234ae2c258
children 4ca5818a2ff4
files docs/installation.rst
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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::