Merge pull request #2913 from ohaz/master

Updated to correct cython version
This commit is contained in:
dessant 2015-01-26 19:32:57 +02:00
commit 744b493fd9
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ The following software is needed, even if your distribution is not listed above:
- `PyGame <http://www.pygame.org/>`_
- `PyEnchant <http://packages.python.org/pyenchant/>`_
- `gst-python <http://gstreamer.freedesktop.org/modules/gst-python.html>`_
- `Cython >= 0.15 <http://cython.org/>`_
- `Cython == 0.20 <http://cython.org/`_
Don't install Cython 0.21. It does not work with Kivy 1.8. This bug is fixed in Kivy 1.9, which we're trying to release soon.
We prefer to use a package-manager to provide these dependencies.