Skip to content

Commit

Permalink
Add mention of possible requirement for sqlite3 command (or else test…
Browse files Browse the repository at this point in the history
… suite fails on clean install).
  • Loading branch information
ntoll authored and sssoleileraaa committed Dec 18, 2019
1 parent 3cf5a09 commit 7dc80f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7dc80f8

Please sign in to comment.