Fix #3841 (Python version for development is important)

This commit is contained in:
Kovid Goyal 2009-10-22 17:14:46 -06:00
parent 4bad100316
commit 7b8bdfc3a8

View File

@ -9,6 +9,7 @@ Setting up a |app| development environment
This means that you are free to download and modify the program to your hearts content. In this section, This means that you are free to download and modify the program to your hearts content. In this section,
you will learn how to get a |app| development environment setup on the operating system of your choice. you will learn how to get a |app| development environment setup on the operating system of your choice.
|app| is written primarily in `Python <http://www.python.org>`_ with some C/C++ code for speed and system interfacing. |app| is written primarily in `Python <http://www.python.org>`_ with some C/C++ code for speed and system interfacing.
Note that |app| is not compatible with Python 3 and requires at least Python 2.6.
.. contents:: Contents .. contents:: Contents
:depth: 2 :depth: 2