Show More
@@ -54,7 +54,7 b' repository, follow the instructions belo' | |||||
54 | hg clone https://kallithea-scm.org/repos/kallithea -u stable |
|
54 | hg clone https://kallithea-scm.org/repos/kallithea -u stable | |
55 | cd kallithea |
|
55 | cd kallithea | |
56 | virtualenv ../kallithea-venv |
|
56 | virtualenv ../kallithea-venv | |
57 |
|
|
57 | . ../kallithea-venv/bin/activate | |
58 | pip install --upgrade pip setuptools |
|
58 | pip install --upgrade pip setuptools | |
59 | pip install -e . |
|
59 | pip install -e . | |
60 | python2 setup.py compile_catalog # for translation of the UI |
|
60 | python2 setup.py compile_catalog # for translation of the UI | |
@@ -81,7 +81,7 b' An additional benefit of virtualenv_ is ' | |||||
81 | - Activate the virtualenv_ in your current shell session and make sure the |
|
81 | - Activate the virtualenv_ in your current shell session and make sure the | |
82 | basic requirements are up-to-date by running:: |
|
82 | basic requirements are up-to-date by running:: | |
83 |
|
83 | |||
84 |
|
|
84 | . /srv/kallithea/venv/bin/activate | |
85 | pip install --upgrade pip setuptools |
|
85 | pip install --upgrade pip setuptools | |
86 |
|
86 | |||
87 | .. note:: You can't use UNIX ``sudo`` to source the ``virtualenv`` script; it |
|
87 | .. note:: You can't use UNIX ``sudo`` to source the ``virtualenv`` script; it |
General Comments 0
You need to be logged in to leave comments.
Login now