Update installation-macosx.rst

This commit is contained in:
Akshay Arora 2015-07-07 21:47:20 +05:30
parent c3b7cde8e8
commit 806de4f21d
1 changed files with 8 additions and 0 deletions

View File

@ -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 <modulename>
Installing the dev version
--------------------------