##// END OF EJS Templates
docs: clarify that the virtualenv activation assume bash
Mads Kiilerich -
r8359:fc54d9d6 default
parent child Browse files
Show More
@@ -28,7 +28,8 b' for more details.'
28 Getting started
28 Getting started
29 ---------------
29 ---------------
30
30
31 To get started with Kallithea development::
31 To get started with Kallithea development run the following commands in your
32 bash shell::
32
33
33 hg clone https://kallithea-scm.org/repos/kallithea
34 hg clone https://kallithea-scm.org/repos/kallithea
34 cd kallithea
35 cd kallithea
@@ -49,7 +49,7 b' Installation from repository source'
49 -----------------------------------
49 -----------------------------------
50
50
51 To install Kallithea in a virtualenv using the stable branch of the development
51 To install Kallithea in a virtualenv using the stable branch of the development
52 repository, follow the instructions below::
52 repository, use the following commands in your bash shell::
53
53
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
@@ -79,7 +79,8 b' An additional benefit of virtualenv is t'
79 python3 -m venv /srv/kallithea/venv
79 python3 -m venv /srv/kallithea/venv
80
80
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 the following commands in your
83 bash shell::
83
84
84 . /srv/kallithea/venv/bin/activate
85 . /srv/kallithea/venv/bin/activate
85 pip install --upgrade pip setuptools
86 pip install --upgrade pip setuptools
General Comments 0
You need to be logged in to leave comments. Login now