mirror of https://github.com/kivy/kivy.git
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:
parent
000e53f1d2
commit
9d652fe721
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue