From d8b81c5c2d771e1fd3aef6ce16857a1089cfa9fb Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 28 Jun 2015 23:57:18 -0400 Subject: [PATCH] lxml still used for fetching USDE schools. closes #440 --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dca30c..dade159 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,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-dev libffi-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`libxml2-dev libxslt-dev 1. `pip install -r requirements-dev.txt` ## Configuration diff --git a/requirements.txt b/requirements.txt index 48be9e1..d74ec21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,3 +50,4 @@ bleach==1.4 bleach-whitelist==0.0.7 Markdown==2.5.2 Pillow==2.7.0 +lxml==3.4.4 -- 2.25.1