diff --git a/doc/sources/installation/installation-windows.rst b/doc/sources/installation/installation-windows.rst index 7930a34ab..d025f4d05 100644 --- a/doc/sources/installation/installation-windows.rst +++ b/doc/sources/installation/installation-windows.rst @@ -82,8 +82,7 @@ Now that python is available on the command line, which can checked by typing #. Install the dependencies (skip gstreamer (~90MB) if not needed):: python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew \ - kivy.deps.gstreamer --extra-index-url http://kivy.org/downloads/packages/simple/ \ - --trusted-host kivy.org + kivy.deps.gstreamer --extra-index-url https://kivy.org/downloads/packages/simple/ #. Install kivy:: @@ -160,7 +159,7 @@ with git rather than a wheel there are some additional steps: python -m pip install cython docutils pygments pypiwin32 kivy.deps.sdl2 \ kivy.deps.glew kivy.deps.gstreamer kivy.deps.glew_dev kivy.deps.sdl2_dev \ - kivy.deps.gstreamer_dev --extra-index-url http://kivy.org/downloads/packages/simple/ --trusted-host kivy.org + kivy.deps.gstreamer_dev --extra-index-url https://kivy.org/downloads/packages/simple/ #. If you downloaded or cloned kivy to an alternate location and don't want to install it to site-packages read the next section.