# HG changeset patch # User Mads Kiilerich # Date 1597343499 -7200 # Node ID fc54d9d65006d705fa8ab881bab27ae246d8f3f6 # Parent 291f04a7228886cd3a7155fcf558784ee3a4ec0d docs: clarify that the virtualenv activation assume bash diff -r 291f04a72288 -r fc54d9d65006 docs/contributing.rst --- 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 diff -r 291f04a72288 -r fc54d9d65006 docs/installation.rst --- 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