From 2466fc8a0403e16c478365e370821087b9adfe26 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 14 Jun 2015 21:58:32 -0400 Subject: [PATCH] fixed package typo, closes #435 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c10ae58..c82322c 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ Then patch the javascript on your system by running this code in the shell. 1. `source venv/bin/activate` 1. `pip install -r requirements.txt` * on Debian systems, some packages are required for pip to succeed: - * `apt-get install python-dev libpython-dev python-psycopg2 libmemcached-devlibffi-dev libssl-dev postgresql-server-dev-X.Y` + * `apt-get install python-dev libpython-dev python-psycopg2 libmemcached-dev libffi-dev libssl-dev postgresql-server-dev-X.Y` 1. `pip install -r requirements-dev.txt` 1. `foreman run python manage.py syncdb --migrate --noinput` 1. `foreman run python manage.py createsuperuser` -- 2.25.1