mirror of https://github.com/kivy/kivy.git
Update with https changes.
This commit is contained in:
parent
1bd4b1a0bb
commit
34c8bbdbe7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue