##// END OF EJS Templates
docs: contributing: use '.' rather than 'source' to align with 'installation'...
Thomas De Schampheleire -
r8360:91dcc7be default
parent child Browse files
Show More
@@ -34,7 +34,7 b' bash shell::'
34 hg clone https://kallithea-scm.org/repos/kallithea
34 hg clone https://kallithea-scm.org/repos/kallithea
35 cd kallithea
35 cd kallithea
36 python3 -m venv ../kallithea-venv
36 python3 -m venv ../kallithea-venv
37 source ../kallithea-venv/bin/activate
37 . ../kallithea-venv/bin/activate
38 pip install --upgrade pip setuptools
38 pip install --upgrade pip setuptools
39 pip install --upgrade -e . -r dev_requirements.txt python-ldap python-pam
39 pip install --upgrade -e . -r dev_requirements.txt python-ldap python-pam
40 kallithea-cli config-create my.ini
40 kallithea-cli config-create my.ini
General Comments 0
You need to be logged in to leave comments. Login now