diff --git a/doc/sources/installation/installation-macosx.rst b/doc/sources/installation/installation-macosx.rst index 23ef175ab..0b7b42af6 100644 --- a/doc/sources/installation/installation-macosx.rst +++ b/doc/sources/installation/installation-macosx.rst @@ -34,6 +34,14 @@ You should now have a `kivy` script that you can use to launch your kivy app fro You can just drag and drop your main.py to run your app too. +Installing modules +------------------- + +Kivy package on osx uses it's own virtual env that is activated when you run your app using `kivy` command. +To install any module you need to install the module like so:: + + kivy -m pip install + Installing the dev version --------------------------