From e8ac84ddd81242d17d99969c23b32a5913b4218a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 18 Apr 2011 00:49:57 +0200 Subject: [PATCH] Use pip instead of easy_install --- pages/download.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/download.rst b/pages/download.rst index 343aca07..cd66f06f 100644 --- a/pages/download.rst +++ b/pages/download.rst @@ -8,7 +8,7 @@ PyPI Radicale is `available on PyPI `_. To install, just type as superuser:: - easy_install radicale + pip radicale Git Repository ==============