1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-26 17:58:30 +00:00

Add the PyPy support in the documentation

This commit is contained in:
Guillaume Ayoub 2012-02-13 08:33:16 +01:00
parent 1916eb16a3
commit d90bf05c2b

View file

@ -18,8 +18,8 @@ Dependencies
------------ ------------
Radicale is written in pure Python and does not depend on any librabry. It is Radicale is written in pure Python and does not depend on any librabry. It is
known to work on Python 2.6, 2.7, 3.1 and 3.2. The dependencies are optional, known to work on Python 2.6, 2.7, 3.1, 3.2 and PyPy > 1.7. The dependencies are
as they are only needed for various authentication methods [#]_. optional, as they are only needed for various authentication methods [#]_.
Linux and MacOS users certainly have Python already installed. For Windows Linux and MacOS users certainly have Python already installed. For Windows
users, please install Python [#]_ thanks to the adequate installer. users, please install Python [#]_ thanks to the adequate installer.