Ditch setuptools/easy_install instructions

This commit is contained in:
Alex Clark 2015-02-11 12:00:22 -05:00
parent ed15836970
commit f6c0e4fdd7

View file

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