Update installation-osx.rst

This commit is contained in:
Akshay Arora 2018-07-18 01:01:52 +05:30 committed by GitHub
parent 25e1b0e699
commit 0471549659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,14 @@ Wheels are precompiled binaries for the specific platform you are on.
All you need to do to install kivy using wheels on osx is ::
$ python -m pip install kivy
If you would like to use media playback with kivy, you should install `ffpyplayer` like so ::
$ python -m pip install ffpyplayer
Make sure to set `KIVY_VIDEO=ffpyplayer` env variable before running the app.
Gstreamer Wheels would be uploaded to pypi shortly.
Using Conda
-----------