mirror of https://github.com/kivy/kivy.git
Update installation-macosx.rst
This commit is contained in:
parent
c3b7cde8e8
commit
806de4f21d
|
@ -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
|
||||
--------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue