summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2018-09-23 21:25:52 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2018-09-23 21:29:44 +0200
commit49a6277b84eedca7470031f7d4d3813c210f8de7 (patch)
tree46d4a01b34ab3ec4840fbd1bfab1e844a2c9c7bf /README.md
parent90c5d589804ae6ab2b50058037a687730e6b019e (diff)
downloadarchweb-49a6277b84eedca7470031f7d4d3813c210f8de7.tar.gz
archweb-49a6277b84eedca7470031f7d4d3813c210f8de7.zip
README: Update django dependency in Arch
django is now called python2-django.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31db2f9a..a454f811 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ More detail in `requirements.txt` and `requirements_prod.txt`; it is best to
use virtualenv and pip to handle these. But if you insist on (Arch Linux)
packages, you will probably want the following:
-- django
+- python2-django
- python2-psycopg2
- python2-markdown
- python2-memcached