From 9d652fe7211ae4b24c65dfda7c97fa3b9ca7741e Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Thu, 31 Dec 2015 23:18:45 +0100 Subject: [PATCH] Simplify pip installation instructions There is no need to install kivy from github anymore after the release of 1.9.1 --- doc/sources/installation/installation-osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sources/installation/installation-osx.rst b/doc/sources/installation/installation-osx.rst index 873f98c1e..b2ef5132a 100644 --- a/doc/sources/installation/installation-osx.rst +++ b/doc/sources/installation/installation-osx.rst @@ -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