Skip to content

Commit dffefda

Browse files
committed
Merge #19870: doc: update PyZMQ install instructions, fix zmq_sub.py file permissions
062e669 script: fix zmq_sub.py file permissions (Jon Atack) 36f8e0c doc: update PyZMQ installation instructions, ZeroMQ link (Jon Atack) Pull request description: Seen while reviewing #19572. ACKs for top commit: theStack: ACK 062e669 🧷 fanquake: ACK 062e669 Tree-SHA512: 2210d92385377d066984d0a83882c3ece9f0f41c901b7eb375af9cdb57296f50f227c68193ccf35926073c2b788d58976442791a9fce2fc0f76452804d5cee6a
2 parents a47e596 + 062e669 commit dffefda

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

contrib/zmq/zmq_sub.py

100644100755
File mode 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)