From fbc7bf68127a6681157569a28b1c63291ca25f90 Mon Sep 17 00:00:00 2001 From: Ronny Trommer Date: Thu, 10 Sep 2015 23:29:48 +0200 Subject: [PATCH] Update Python dependency If you try to build with Python 3 you run in build errors. Python 2 has to be the system default. --- docs/user/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 885a3887..c14753ef 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -25,6 +25,7 @@ Dependencies To build Gluon, several packages need to be installed on the system. On a freshly installed Debian Wheezy system the following packages are required: +* `python2` (Python 3 will not work) * `git` (to get Gluon and other dependencies) * `subversion` * `build-essential`