# HG changeset patch # User Mads Kiilerich # Date 1598270458 -7200 # Node ID bff02bfbe2d4aaa21bd171c4948e7d55940bd3f4 # Parent e85f5bf7ad74741b3b0630a3d890e84fd9e16077 docs: clarify that "Installation from repository source" also will run from source diff -r e85f5bf7ad74 -r bff02bfbe2d4 docs/installation.rst --- a/docs/installation.rst Sun Aug 23 23:14:21 2020 +0200 +++ b/docs/installation.rst Mon Aug 24 14:00:58 2020 +0200 @@ -59,6 +59,13 @@ pip install --upgrade -e . python3 setup.py compile_catalog # for translation of the UI +.. note:: + This will install all Python dependencies into the virtualenv. Kallithea + itself will however only be installed as a pointer to the source location. + The source clone must thus be kept in the same location, and it shouldn't be + updated to other revisions unless you want to upgrade. Edits in the source + tree will have immediate impact (possibly after a restart of the service). + You can now proceed to :ref:`install-front-end`. .. _installation-virtualenv: