Simplify pip installation instructions

There is no need to install kivy from github anymore after the release of 1.9.1
This commit is contained in:
Ben Hagen 2015-12-31 23:18:45 +01:00
parent 000e53f1d2
commit 9d652fe721
1 changed files with 1 additions and 1 deletions

View File

@ -131,4 +131,4 @@ Alternatively you can install Kivy using the following steps:
2. Install cython 0.23 and kivy using pip::
$ pip install -I Cython==0.23
$ USE_OSX_FRAMEWORKS=0 pip install git+https://github.com/kivy/kivy.git@1.9.1
$ USE_OSX_FRAMEWORKS=0 pip install kivy