mirror of https://github.com/kivy/kivy.git
48 lines
1.1 KiB
ReStructuredText
48 lines
1.1 KiB
ReStructuredText
Installation
|
|
------------
|
|
|
|
.. container:: title
|
|
|
|
Installing Kivy
|
|
|
|
With Kivy, you can use your favourite development environment to start
|
|
coding your App.
|
|
|
|
- To get started, you need to download the latest version of Kivy:
|
|
|
|
http://kivy.org/#download
|
|
- Please refer to the installation instructions for your specific platform.
|
|
|
|
.. image:: ../images/windows.png
|
|
:alt: Windows
|
|
:target: ../installation/installation-windows.html
|
|
:class: gs-osimage
|
|
:height: 128px
|
|
:width: 30%
|
|
|
|
.. image:: ../images/macosx.png
|
|
:alt: MacOSX
|
|
:target: ../installation/installation-macosx.html
|
|
:class: gs-osimage
|
|
:height: 128px
|
|
:width: 30%
|
|
|
|
.. image:: ../images/linux.png
|
|
:alt: Linux
|
|
:target: ../installation/installation-linux.html
|
|
:class: gs-osimage gs-osimage-last
|
|
:height: 128px
|
|
:width: 30%
|
|
|
|
::
|
|
::
|
|
|
|
|
|
**Development Version**
|
|
|
|
- If you want 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 the :ref:`installation_devel`
|