File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Block and Transaction Broadcasting with ZeroMQ
2
2
3
- [ ZeroMQ] ( http ://zeromq.org/) is a lightweight wrapper around TCP
3
+ [ ZeroMQ] ( https ://zeromq.org/) is a lightweight wrapper around TCP
4
4
connections, inter-process communication, and shared-memory,
5
5
providing various message-oriented semantics such as publish/subscribe,
6
6
request/reply, and push/pull.
@@ -39,8 +39,9 @@ For version information, see [dependencies.md](dependencies.md).
39
39
Typically, it is packaged by distributions as something like
40
40
* libzmq3-dev* . The C++ wrapper for ZeroMQ is * not* needed.
41
41
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
44
45
operation.
45
46
46
47
## Enabling
You can’t perform that action at this time.
0 commit comments