diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-05-06 11:23:48 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-05-06 11:24:14 +0200 |
| commit | 77b637f20e8cb91cf007bf416b603ca362385cdb (patch) | |
| tree | 9e912a7296f6bc2f06bbd6bc3e44737393de0dab /doc | |
| parent | Merge #8011: don't run ThreadMessageHandler at lowered priority (diff) | |
| parent | [qa] Switch to py3 (diff) | |
| download | discoin-77b637f20e8cb91cf007bf416b603ca362385cdb.tar.xz discoin-77b637f20e8cb91cf007bf416b603ca362385cdb.zip | |
Merge #7814: [qa] Switch to py3
fa389d4 [qa] Switch to py3 (MarcoFalke)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/zmq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq.md b/doc/zmq.md index 8d795a388..6079e3254 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -38,7 +38,7 @@ newer. Typically, it is packaged by distributions as something like *libzmq3-dev*. The C++ wrapper for ZeroMQ is *not* needed. In order to run the example Python client scripts in contrib/ one must -also install *python-zmq*, though this is not necessary for daemon +also install *python3-zmq*, though this is not necessary for daemon operation. ## Enabling |