Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc]Raises minimum OSX version for current DMG. #6185

Merged
merged 1 commit into from Mar 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/sources/installation/installation-osx.rst
Expand Up @@ -14,7 +14,7 @@ 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
Expand Down Expand Up @@ -43,7 +43,7 @@ Using The Kivy.app
For versions prior to 10.7 or 10.7 32-bit, you have to install the
components yourself.

For OS X 10.7 and later, we provide packages with all dependencies
For OS X > 10.13.5 and later, we provide packages with all dependencies
bundled in a virtual environment, including a Python interpreter for
python3 version. These bundles are primarily used for rapid prototyping,
and currently serve as containers for packaging Kivy apps with Buildozer.
Expand Down