##// END OF EJS Templates
docs: mention that the optional dependencies psycopg2 and python-ldap also might be needed in the virtualenv
Mads Kiilerich -
r5520:4e9f5ef9 stable
parent child Browse files
Show More
@@ -75,6 +75,15 b' An additional benefit of virtualenv_ is '
75 will "activate" a shell that terminates immediately. It is also perfectly
75 will "activate" a shell that terminates immediately. It is also perfectly
76 acceptable (and desirable) to create a virtualenv as a normal user.
76 acceptable (and desirable) to create a virtualenv as a normal user.
77
77
78 .. note:: Some dependencies are optional. If you need them, install them in
79 the virtualenv too::
80
81 pip install psycopg2
82 pip install python-ldap
83
84 This might require installation of development packages using your
85 distribution's package manager.
86
78 - Make a folder for Kallithea data files, and configuration somewhere on the
87 - Make a folder for Kallithea data files, and configuration somewhere on the
79 filesystem. For example::
88 filesystem. For example::
80
89
General Comments 0
You need to be logged in to leave comments. Login now