Browse Source

lxml still used for fetching USDE schools.

closes #440
Bryan 8 years ago
parent
commit
d8b81c5c2d
2 changed files with 2 additions and 1 deletions
  1. 1 1
      README.md
  2. 1 0
      requirements.txt

+ 1 - 1
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

+ 1 - 0
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