Skip to content

Commit

Permalink
Merge pull request #104 from freedomofpress/xvfb-readme
Browse files Browse the repository at this point in the history
*TRIVIAL* updated README to explain how to install xvfb.
  • Loading branch information
heartsucker authored Nov 5, 2018
2 parents df00d60 + f9bdcc3 commit 85836b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ pipenv shell

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`.

## Run the client

You can run the client with an ephemeral data directory:
Expand Down

0 comments on commit 85836b3

Please sign in to comment.