Skip to content

Commit b2d66ac

Browse files
authored
Update test for windows
1 parent 1ca3fd0 commit b2d66ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ The ZMQ functional test requires a python ZMQ library. To install it:
2727

2828
- on Unix, run `sudo apt-get install python3-zmq`
2929
- on mac OS, run `pip3 install pyzmq`
30+
- on Windows, install python3-zmq
31+
32+
# (Windows or OS X)
33+
pip install --wheel pyzmq
34+
# or
35+
easy_install pyzmq
36+
# or (pretty much anywhere)
37+
pip install pyzmq
3038

3139
#### Running the tests
3240

0 commit comments

Comments
 (0)