@@ -63,13 +63,13 @@ repository, use the following commands i
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`.
You can now proceed to :ref:`prepare-front-end-files`.
.. _installation-virtualenv:
Installing a released version in a virtualenv
---------------------------------------------
@@ -120,13 +120,15 @@ An additional benefit of virtualenv is t
pip install --upgrade .
- This will install Kallithea together with all other required
Python libraries into the activated virtualenv.
.. _prepare-front-end-files:
Prepare front-end files
-----------------------
Finally, the front-end files with CSS and JavaScript must be prepared. This
Status change: