From ce42edd0b2b3ae72b8041bb60ca7a2be1a99c674 Mon Sep 17 00:00:00 2001 From: Sebastian Gehaxelt <github@gehaxelt.in> Date: Fri, 13 May 2016 10:03:16 +0200 Subject: [PATCH] Added sqliteworker installation hint --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8adb244..749f331 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,14 @@ Proceed with the installation of all dependencies: pip install -r requirements.txt ``` +If you get an error that `sqlite3worker` couldn't be installed, use + +``` +pip install git+https://github.com/palantir/sqlite3worker#egg=sqlite3worker +``` + +and retry the installation. + Copy the sample files: ``` -- GitLab