README: --dependency-links is no more required for django-tables2

fixes #7298
This commit is contained in:
Benjamin Dauvergne 2015-05-20 09:53:56 +02:00
parent 5f4d4714a4
commit da2a390512
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -52,7 +52,7 @@ privileges like this:
# Install Authentic::
pip install --process-dependency-links authentic2
pip install
# Initialize the database migrations::