Update with https changes.

This commit is contained in:
matham 2016-01-04 21:39:59 -05:00
parent 1bd4b1a0bb
commit 34c8bbdbe7
1 changed files with 2 additions and 3 deletions

View File

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