We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
py3-zmq
interface_zmq.py
1 parent fa0c473 commit be1a2e5Copy full SHA for be1a2e5
doc/build-openbsd.md
@@ -1,6 +1,6 @@
1
# OpenBSD Build Guide
2
3
-**Updated for OpenBSD [7.5](https://www.openbsd.org/75.html)**
+**Updated for OpenBSD [7.6](https://www.openbsd.org/76.html)**
4
5
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
6
@@ -90,7 +90,7 @@ There is an included test suite that is useful for testing code changes when dev
90
To run the test suite (recommended), you will need to have Python 3 installed:
91
92
```bash
93
-pkg_add python # Select the newest version of the package.
+pkg_add python py3-zmq # Select the newest version of the python package if necessary.
94
```
95
96
## Building Bitcoin Core
0 commit comments