Skip to content

Commit

Permalink
Remove tree; doesn't look good with website CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dolang authored and tshirtman committed May 12, 2018
1 parent bb07d95 commit 12487a2
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions doc/sources/installation/installation-windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,32 +306,11 @@ favorite location, do the following:
#. Move the contents of ``python\Lib\site-packages\kivy\deps`` to
``your-path\kivy\deps`` where ``your-path`` is the path where your kivy is
located. That means if you cloned from GitHub, the ``deps`` have to end up
in the inner ``kivy`` folder.
in the **inner** ``kivy`` folder.
#. Remove the ``python\Lib\site-packages\kivy`` directory altogether.
#. From ``python\Lib\site-packages`` move **all** ``kivy.deps.*.dist-info``
directories to ``your-path`` right next to ``kivy``.

Your folder structure should look something like this::

<your-path>
:
├── kivy
: :
│ ├── data
│ ├── deps
│ │ ├── glew -and/or- angle
│ │ ├── glew_dev -and/or- angle_dev
: : :
│ │ ├── sdl2
│ │ ├── sdl2_dev
│ ├── effects
│ ├── ...
: :
├── kivy.deps.*.dist-info
├── kivy.deps.*.dist-info
├── ...
:

Now you can safely compile kivy in its current location with one of these
commands::

Expand Down

0 comments on commit 12487a2

Please sign in to comment.