Update Python dependency

If you try to build with Python 3 you run in build errors. Python 2 has to be the system default.
This commit is contained in:
Ronny Trommer 2015-09-10 23:29:48 +02:00
parent a71ab2fb72
commit fbc7bf6812

View File

@ -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`