diff docs/contributing.rst @ 5755:250f8150c4bb stable

docs: suggest using pip instead of setup.py develop
author Andrew Shadura <andrew@shadura.me>
date Sat, 12 Mar 2016 14:35:43 +0100
parents 8c234ae2c258
children d5e16407bdbb cc21a2b86a30
line wrap: on
line diff
--- a/docs/contributing.rst	Wed Feb 24 13:32:33 2016 +0100
+++ b/docs/contributing.rst	Sat Mar 12 14:35:43 2016 +0100
@@ -35,7 +35,7 @@
         virtualenv ../kallithea-venv
         source ../kallithea-venv/bin/activate
         pip install --upgrade pip setuptools
-        python2 setup.py develop
+        pip install -e .
         paster make-config Kallithea my.ini
         paster setup-db my.ini --user=user --email=user@example.com --password=password --repos=/tmp
         paster serve my.ini --reload &