From 7b8bdfc3a8b39b77849ed5cd952e113eb6973439 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Oct 2009 17:14:46 -0600 Subject: [PATCH] Fix #3841 (Python version for development is important) --- src/calibre/manual/develop.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/manual/develop.rst b/src/calibre/manual/develop.rst index 626a784142..e0cf2fa8b5 100644 --- a/src/calibre/manual/develop.rst +++ b/src/calibre/manual/develop.rst @@ -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, you will learn how to get a |app| development environment setup on the operating system of your choice. |app| is written primarily in `Python `_ 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 :depth: 2