Skip to content

Commit 36f8e0c

Browse files
committed
doc: update PyZMQ installation instructions, ZeroMQ link
1 parent a0a422c commit 36f8e0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/zmq.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Block and Transaction Broadcasting with ZeroMQ
22

3-
[ZeroMQ](http://zeromq.org/) is a lightweight wrapper around TCP
3+
[ZeroMQ](https://zeromq.org/) is a lightweight wrapper around TCP
44
connections, inter-process communication, and shared-memory,
55
providing various message-oriented semantics such as publish/subscribe,
66
request/reply, and push/pull.
@@ -39,8 +39,9 @@ For version information, see [dependencies.md](dependencies.md).
3939
Typically, it is packaged by distributions as something like
4040
*libzmq3-dev*. The C++ wrapper for ZeroMQ is *not* needed.
4141

42-
In order to run the example Python client scripts in contrib/ one must
43-
also install *python3-zmq*, though this is not necessary for daemon
42+
In order to run the example Python client scripts in the `contrib/zmq/`
43+
directory, one must also install [PyZMQ](https://github.com/zeromq/pyzmq)
44+
(generally with `pip install pyzmq`), though this is not necessary for daemon
4445
operation.
4546

4647
## Enabling

0 commit comments

Comments
 (0)