# HG changeset patch # User Thomas De Schampheleire # Date 2020-08-22 19:07:30 # Node ID 91dcc7be201c81fe53c2a3bc5f7dffb11a6b2115 # Parent fc54d9d65006d705fa8ab881bab27ae246d8f3f6 docs: contributing: use '.' rather than 'source' to align with 'installation' See commit 855ba1f07aeb437483138d48d7929f0ff8c38b67 . diff --git a/docs/contributing.rst b/docs/contributing.rst --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -34,7 +34,7 @@ bash shell:: hg clone https://kallithea-scm.org/repos/kallithea cd kallithea python3 -m venv ../kallithea-venv - source ../kallithea-venv/bin/activate + . ../kallithea-venv/bin/activate pip install --upgrade pip setuptools pip install --upgrade -e . -r dev_requirements.txt python-ldap python-pam kallithea-cli config-create my.ini