changeset 8608:fc54d9d65006

docs: clarify that the virtualenv activation assume bash
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 13 Aug 2020 20:31:39 +0200
parents 291f04a72288
children 91dcc7be201c
files docs/contributing.rst docs/installation.rst
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/contributing.rst	Thu Aug 13 15:30:09 2020 +0200
+++ b/docs/contributing.rst	Thu Aug 13 20:31:39 2020 +0200
@@ -28,7 +28,8 @@
 Getting started
 ---------------
 
-To get started with Kallithea development::
+To get started with Kallithea development run the following commands in your
+bash shell::
 
         hg clone https://kallithea-scm.org/repos/kallithea
         cd kallithea
--- a/docs/installation.rst	Thu Aug 13 15:30:09 2020 +0200
+++ b/docs/installation.rst	Thu Aug 13 20:31:39 2020 +0200
@@ -49,7 +49,7 @@
 -----------------------------------
 
 To install Kallithea in a virtualenv using the stable branch of the development
-repository, follow the instructions below::
+repository, use the following commands in your bash shell::
 
         hg clone https://kallithea-scm.org/repos/kallithea -u stable
         cd kallithea
@@ -79,7 +79,8 @@
     python3 -m venv /srv/kallithea/venv
 
 - Activate the virtualenv in your current shell session and make sure the
-  basic requirements are up-to-date by running::
+  basic requirements are up-to-date by running the following commands in your
+  bash shell::
 
     . /srv/kallithea/venv/bin/activate
     pip install --upgrade pip setuptools