From b0df5b1713bfcbc628cffdbd8464c2b179c2e8b8 Mon Sep 17 00:00:00 2001 From: Kovak Date: Tue, 17 Jun 2014 01:01:05 -0600 Subject: [PATCH] Update installation-windows.rst Updating to remove incorrect CD to scripts instruction as per https://github.com/kivy/kivy/issues/2113 --- doc/sources/installation/installation-windows.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/sources/installation/installation-windows.rst b/doc/sources/installation/installation-windows.rst index 0295f1501..b6e1f8ab3 100644 --- a/doc/sources/installation/installation-windows.rst +++ b/doc/sources/installation/installation-windows.rst @@ -199,8 +199,7 @@ If you want to use the latest development version of Kivy, you can follow these If you get errors you may need to upgrade Cython: 1. Launch kivy.bat - 2. ``cd Python/Scripts`` - 3. ``pip install --upgrade cython`` + 2. ``pip install --upgrade cython`` .. _other_environments: