Update installation-windows.rst

Updating to remove incorrect CD to scripts instruction as per https://github.com/kivy/kivy/issues/2113
This commit is contained in:
Kovak 2014-06-17 01:01:05 -06:00
parent 7aef1bd879
commit b0df5b1713
1 changed files with 1 additions and 2 deletions

View File

@ -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: