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 ===========