From df98fabcea47d0627185e6f2256e7a283b4eab8f Mon Sep 17 00:00:00 2001 From: kamal Date: Fri, 3 Apr 2026 18:59:57 +0000 Subject: [PATCH] Update Python --- Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.md b/Python.md index aed0a7a..dbc3cac 100644 --- a/Python.md +++ b/Python.md @@ -5,7 +5,7 @@ Python bindings for [libsoliton](https://git.lo.sh/lo/libsoliton) — a pure-Rus ## Install ```bash -pip install soliton +pip install soliton-py ``` Builds from source via [maturin](https://www.maturin.rs/) — requires a Rust toolchain.