From 3aef401092babe58b8d6fdce0a77cabf08f3da2b Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Mon, 13 Dec 2021 19:43:39 -0500 Subject: [PATCH] Add supported architectures to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4bb6ba9..1f33e6a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ The Python language bindings for the [bitcoindevkit](https://github.com/bitcoind See the [package on PyPI](https://pypi.org/project/bdkpython/). +Currently supported architectures: +- macOS `arm64` +- macOS `x86_64` +- linux `x86_64` + +
+ +## Install from PyPI Install the latest release using ```shell pip install bdkpython