commit 55113375714dcfe7edcda1b4ab0c1d16cde0b01c Author: anadahz anadahz@github Date: Sun Dec 15 18:07:28 2013 +0100
Add required package dependency libsqlite3-dev
SQLite 3 development files are needed in order to successfully install ooni-backend. Error message while installing 'pip install -r requirements.txt' 'src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md index b2d13b9..8504d05 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ There are a few dependencies which we recommend you get from your distribution's archives.
``` -sudo apt-get install build-essential python-dev python-setuptools openssl +sudo apt-get install build-essential python-dev python-setuptools openssl libsqlite3-dev ```
### Tor