From 7dc80f8aa7ac0a9f55b2cb77002ac288fc9957df Mon Sep 17 00:00:00 2001 From: "Nicholas H.Tollervey" Date: Tue, 17 Dec 2019 15:32:25 +0000 Subject: [PATCH] Add mention of possible requirement for sqlite3 command (or else test suite fails on clean install). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1108589..391c39485 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ pip install --require-hashes -r dev-requirements.txt Please install system libraries for PyQt rather than using PyPI-managed libraries- this makes packaging possible later. On Debian, `apt install python3-pyqt5 python3-pyqt5.qtsvg` will install what you need. In order to run the test suite you should also install the `xvfb` package (to -make the `xvfb-run` command available): `apt install xvfb`. +make the `xvfb-run` command available): `apt install xvfb`. You may also need +to install the `sqlite3` command: `apt install sqlite3`. ### OSX