mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 01:06:40 +01:00
Change python min version requirement
This commit is contained in:
parent
97a2b6ebd7
commit
e0699fe01a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ calibre is completely open source, licensed under the `GNU GPL v3 <https://www.g
|
|||
This means that you are free to download and modify the program to your heart's content. In this section,
|
||||
you will learn how to get a calibre development environment set up on the operating system of your choice.
|
||||
calibre is written primarily in `Python <https://www.python.org>`_ with some C/C++ code for speed and system interfacing.
|
||||
Note that calibre is not compatible with Python 3 and requires at least Python 2.7.9.
|
||||
Note that calibre requires at least Python 3.8.
|
||||
|
||||
.. contents:: Contents
|
||||
:depth: 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue