From 7400a83255c6e987e3a8a914ac40999f37e1c918 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:00:29 +0200 Subject: [PATCH] Update install.md --- src/guide/install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/guide/install.md b/src/guide/install.md index ce633ea..5d23d28 100644 --- a/src/guide/install.md +++ b/src/guide/install.md @@ -108,4 +108,8 @@ dependencies: ``` ## Python -Currently, python is not accessible as a package and is needed to build it from source. Please visit [sdk-core](https://github.com/breez/breez-sdk/tree/main/libs/sdk-bindings#python) project for instructions. +Use the latest package [here](https://pypi.org/project/breez-sdk-lib/). + +```console +pip install breez_sdk_lib +```