Changeset - fc54d9d65006
[Not reviewed]
default
0 2 0
Mads Kiilerich (mads) - 6 years ago 2020-08-13 20:31:39
mads@kiilerich.com
Grafted from: 550a3547efc4
docs: clarify that the virtualenv activation assume bash
2 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/contributing.rst
Show inline comments
 
@@ -28,7 +28,8 @@ for more details.
 
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
docs/installation.rst
Show inline comments
 
@@ -49,7 +49,7 @@ Installation from repository source
 
-----------------------------------
 

	
 
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 @@ An additional benefit of virtualenv is t
 
    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
0 comments (0 inline, 0 general)