Changeset - bff02bfbe2d4
[Not reviewed]
default
0 1 0
Mads Kiilerich - 5 years ago 2020-08-24 14:00:58
mads@kiilerich.com
docs: clarify that "Installation from repository source" also will run from source
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/installation.rst
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)