From cf9094865669b2332a3a61f0fc4c644fadf9c05d Mon Sep 17 00:00:00 2001 From: Bryan Bonvallet Date: Fri, 9 Jan 2015 12:25:44 -0500 Subject: [PATCH] adding comment about 7zip requirement --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98209e7..e998957 100644 --- a/README.md +++ b/README.md @@ -284,8 +284,11 @@ a few setup steps: 1. `foreman run python manage.py sanitize_usde_schools` * `fetch_usde_csv` downloads school records and stores them to `./schools.csv`. This file name - and location is arbitrary. As long as the same file is passed into `import_usde_csv` for - reading, everything should be fine. + and location is arbitrary. As long as the same file is passed into `import_usde_csv` for + reading, everything should be fine. + +* `fetching_usde_csv` requires `7zip` to be installed for processing compressed + archives. On Debian-based systems, this entails `apt-get install p7zip-full` ## Run @@ -318,7 +321,7 @@ You will need to import the US Department of Education's list of accredited scho 1. Fetch USDE schools with `heroku run python manage.py fetch_usde_csv ./schools.csv` 1. Upload the schools into the database with - `heroku run python /manage.py import_usde _csv ./schools.csv` + `heroku run python /manage.py import_usde_csv ./schools.csv` 1. Clean up redundant information with `heroku run python /manage.py sanitize_usde_schools` -- 2.25.1