Skip to content

Commit 7dc80f8

Browse files
ntollsssoleileraaa
authored andcommitted
Add mention of possible requirement for sqlite3 command (or else test suite fails on clean install).
1 parent 3cf5a09 commit 7dc80f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ pip install --require-hashes -r dev-requirements.txt
3232
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.
3333

3434
In order to run the test suite you should also install the `xvfb` package (to
35-
make the `xvfb-run` command available): `apt install xvfb`.
35+
make the `xvfb-run` command available): `apt install xvfb`. You may also need
36+
to install the `sqlite3` command: `apt install sqlite3`.
3637

3738
### OSX
3839

0 commit comments

Comments
 (0)