From b5394ac9b35a55748ab6bcada367688861ec81c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Thu, 6 Jan 2011 10:47:21 -0200 Subject: [PATCH] easy_install installation example --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index bfd9a8b..bbda960 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,10 @@ From pypi_:: $ pip install django-social-auth +or:: + + $ easy_install django-social-auth + or clone from github_:: $ git clone git://github.com/omab/django-social-auth.git -- 2.39.5