Skip to content

Commit c2c69ed

Browse files
author
MarcoFalke
committed
Merge #8254: [doc] Add OSX ZMQ requirement to QA readme
d241487 [doc] Add OS X ZMQ requirement to QA readme (fanquake)
2 parents 0833894 + d241487 commit c2c69ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

qa/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The python3-zmq library is required. On Ubuntu or Debian it can be installed via
1616
sudo apt-get install python3-zmq
1717
```
1818

19+
OS X
20+
------
21+
```
22+
pip3 install pyzmq
23+
```
24+
1925
Running tests
2026
=============
2127

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

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

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

0 commit comments

Comments
 (0)