From 806de4f21d09ecfe1be1ad80f7f3e5ac258243ee Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Tue, 7 Jul 2015 21:47:20 +0530 Subject: [PATCH] Update installation-macosx.rst --- doc/sources/installation/installation-macosx.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 --------------------------