confirmation: Remove broken install instructions.

These instructions haven't worked since shortly after we
vendored this third-party code in 2012, when we deleted its
`setup.py` in a1b72f9d0.  All they can do is cause confusion,
so delete them.
This commit is contained in:
Greg Price 2017-08-03 14:41:23 -07:00 committed by Tim Abbott
parent a32a3cfe23
commit 84d66d9b7e
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
To install django-confirmation, run the following command inside this
directory:
python setup.py install
You can also just copy the included ``confirmation`` directory somewhere
on your Python path, or symlink to it from somewhere on your Python path;
this is useful if you're working from a Subversion checkout.
This application requires Python 2.3 or later, and Django 1.0 or later.
You can obtain Python from http://www.python.org/ and Django from
http://www.djangoproject.com/.