Skip to content

Commit

Permalink
[doc] Add OS X ZMQ requirement to QA readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jun 24, 2016
1 parent 0833894 commit d241487
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion qa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ The python3-zmq library is required. On Ubuntu or Debian it can be installed via
sudo apt-get install python3-zmq
```

OS X
------
```
pip3 install pyzmq
```

Running tests
=============

Expand All @@ -36,7 +42,7 @@ Run all possible tests with
qa/pull-tester/rpc-tests.py -extended

By default, tests will be run in parallel if you want to specify how many
tests should be run in parallel, append `-paralell=n` (default n=4).
tests should be run in parallel, append `-parallel=n` (default n=4).

If you want to create a basic coverage report for the rpc test suite, append `--coverage`.

Expand Down

0 comments on commit d241487

Please sign in to comment.