From d90bf05c2b59cf8ece6866282220b2f610c5893d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 13 Feb 2012 08:33:16 +0100 Subject: [PATCH] Add the PyPy support in the documentation --- pages/user_documentation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index cf1b1bf0..09ef8905 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -18,8 +18,8 @@ Dependencies ------------ 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, -as they are only needed for various authentication methods [#]_. +known to work on Python 2.6, 2.7, 3.1, 3.2 and PyPy > 1.7. The dependencies are +optional, as they are only needed for various authentication methods [#]_. Linux and MacOS users certainly have Python already installed. For Windows users, please install Python [#]_ thanks to the adequate installer.