# HG changeset patch # User Mads Kiilerich # Date 2020-08-24 14:00:58 # Node ID bff02bfbe2d4aaa21bd171c4948e7d55940bd3f4 # Parent e85f5bf7ad74741b3b0630a3d890e84fd9e16077 docs: clarify that "Installation from repository source" also will run from source diff --git a/docs/installation.rst b/docs/installation.rst --- a/docs/installation.rst +++ b/docs/installation.rst @@ -59,6 +59,13 @@ repository, use the following commands i 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: