InstallationΒΆ
Installing Kivy
Using Kivy, you can use your favorite development environment to start coding your App.
To get started, you need to download the latest version of Kivy:
Please refer to the installation instructions for your specific platform:



Development Version
If you want to use the development version of Kivy, so you can use the latest additions to the framework, you can get the source code from github:
git clone http://github.com/kivy/kivy
Take a look at our instructions on Installation of Development Version