From f6c0e4fdd7fbb8c0892be8788becdf7c8ad9a80b Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 11 Feb 2015 12:00:22 -0500 Subject: [PATCH] Ditch setuptools/easy_install instructions --- README.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.rst b/README.rst index bd7e7c1..9d06fa1 100644 --- a/README.rst +++ b/README.rst @@ -27,11 +27,6 @@ login-powered pages. Installation ============ -Download and install ``django-axes`` using **one** of the following methods: - -pip ---- - You can install the latest stable package running this command:: $ pip install django-axes @@ -40,14 +35,6 @@ Also you can install the development version running this command:: $ pip install -e git+http://github.com/django-pci/django-axes.git#egg=django_axes-dev -Setuptools ----------- - -You can install the latest stable package running:: - - $ easy_install django-axes - - Development ===========