2012-03-21 19:26:40 +00:00
|
|
|
Installation
|
2012-03-23 16:05:08 +00:00
|
|
|
------------
|
2012-03-16 14:42:35 +00:00
|
|
|
|
2012-03-23 16:05:08 +00:00
|
|
|
.. container:: title
|
|
|
|
|
2012-05-28 16:42:11 +00:00
|
|
|
Installing Kivy
|
2012-03-16 14:42:35 +00:00
|
|
|
|
2012-07-08 09:36:49 +00:00
|
|
|
With Kivy, you can use your favourite development environment to start
|
2012-03-23 01:22:05 +00:00
|
|
|
coding your App.
|
2012-03-21 19:26:40 +00:00
|
|
|
|
2012-04-18 19:12:50 +00:00
|
|
|
- To get started, you need to download the latest version of Kivy:
|
2012-03-21 19:26:40 +00:00
|
|
|
|
2012-03-23 01:22:05 +00:00
|
|
|
http://kivy.org/#download
|
2012-07-08 09:36:49 +00:00
|
|
|
- Please refer to the installation instructions for your specific platform.
|
2012-03-21 19:26:40 +00:00
|
|
|
|
2012-03-23 01:22:05 +00:00
|
|
|
.. image:: ../images/windows.png
|
|
|
|
:alt: Windows
|
|
|
|
:target: ../installation/installation-windows.html
|
|
|
|
:class: gs-osimage
|
2012-03-25 15:31:23 +00:00
|
|
|
:height: 128px
|
2012-07-08 09:36:49 +00:00
|
|
|
:width: 30%
|
2012-03-23 01:22:05 +00:00
|
|
|
|
|
|
|
.. image:: ../images/macosx.png
|
|
|
|
:alt: MacOSX
|
|
|
|
:target: ../installation/installation-macosx.html
|
|
|
|
:class: gs-osimage
|
2012-03-25 15:31:23 +00:00
|
|
|
:height: 128px
|
2012-07-08 09:36:49 +00:00
|
|
|
:width: 30%
|
2012-03-23 01:22:05 +00:00
|
|
|
|
|
|
|
.. image:: ../images/linux.png
|
|
|
|
:alt: Linux
|
|
|
|
:target: ../installation/installation-linux.html
|
|
|
|
:class: gs-osimage gs-osimage-last
|
2012-03-25 15:31:23 +00:00
|
|
|
:height: 128px
|
2012-07-08 09:36:49 +00:00
|
|
|
:width: 30%
|
|
|
|
|
|
|
|
::
|
|
|
|
::
|
|
|
|
|
2012-03-23 01:22:05 +00:00
|
|
|
|
2012-04-18 19:12:50 +00:00
|
|
|
**Development Version**
|
2012-03-23 08:03:14 +00:00
|
|
|
|
2012-07-08 09:36:49 +00:00
|
|
|
- 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::
|
2012-03-21 19:26:40 +00:00
|
|
|
|
|
|
|
git clone http://github.com/kivy/kivy
|
|
|
|
|
2012-07-08 09:36:49 +00:00
|
|
|
Take a look at our instructions on installation of the :ref:`installation_devel`
|