Skip to content
Snippets Groups Projects
Commit ce42edd0 authored by Sebastian Gehaxelt's avatar Sebastian Gehaxelt
Browse files

Added sqliteworker installation hint

parent 4b13dede
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,14 @@ Proceed with the installation of all dependencies: ...@@ -43,6 +43,14 @@ Proceed with the installation of all dependencies:
pip install -r requirements.txt 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: Copy the sample files:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment