From c2a8a66dac5569b730e3dd081cbe6719b37c6f5c Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 30 Jan 2013 14:17:32 +0100 Subject: [PATCH] Update README to fix dependencies list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea86ba..bfd23c5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the source code for http://learn.cryto.net/. It consists of the following: -* The updating script, a few very rudimentary scrapers for various educational sources. Requires Python 2. Dependencies are [requests](http://docs.python-requests.org/en/latest/) and BeautifulSoup 4 (custom version included). Located in `updater/`. +* The updating script, a few very rudimentary scrapers for various educational sources. Requires Python 2. Dependencies are [oursql](http://packages.python.org/oursql/), [requests](http://docs.python-requests.org/en/latest/) and BeautifulSoup 4 (custom version included). Located in `updater/`. * The frontend, a fairly hacky and messy PHP-based search interface. Needs cleaning up, but not an immediate priority. Requires PHP 5.3+ and uses [CPHP](http://github.com/joepie91/cphp). Located in `frontend/`. * A simple shell search script, using the Cryto Learn API to search for the specified string and print results to stdout. Requires Python 2. Also very rudimentary.