diff docs/contributing.rst @ 5502:ae9ab4c92d46 stable

setup: explicitly use python2 in examples in the documentation
author Mads Kiilerich <madski@unity3d.com>
date Wed, 16 Sep 2015 02:53:28 +0200
parents fbbe80e3322b
children 8c234ae2c258
line wrap: on
line diff
--- a/docs/contributing.rst	Mon Sep 14 23:06:28 2015 +0200
+++ b/docs/contributing.rst	Wed Sep 16 02:53:28 2015 +0200
@@ -34,7 +34,7 @@
         cd kallithea
         virtualenv ../kallithea-venv
         source ../kallithea-venv/bin/activate
-        python setup.py develop
+        python2 setup.py develop
         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 &