Python on Mac: Installation of Python 2.7.12 and Kivy Module

2016.12.11
Python on Mac: Installation of Python 2.7.12 and Kivy Module

1. Goto Python WebSite "https://www.python.org/downloads/" to download the below package
Python-2.7.12-macox10.6.pkg

2. Install the package

3. Command+SPACE \ Terminal, to Open Terminal

4. Type below command to install the latest pip
easy_install pip

5. Type below command to install pygame
pip install --user pygame

6. Prerequisite for kivy installation:
pip install --user cython

7. pip install --user kivy

8. pip install --user buildozer

Done!

Comments

Popular posts from this blog

Error - vbe6ext.olb could not be loaded

Visual Studio $(TargetDir) macro is empty