From 2b0f9367afe978ef59edf2d33e50dc406a1a9b44 Mon Sep 17 00:00:00 2001 From: Viktor Palmkvist Date: Wed, 1 Jul 2026 12:37:45 +0200 Subject: [PATCH] Update references to the python wheel to the latest version --- docs/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installing.md b/docs/installing.md index 7b4abaf..72eb1f4 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -40,10 +40,10 @@ Follow the steps below to install the package. -Download the wheel file [treeppl-0.2-py3-none-linux_x86_64.whl](https://github.com/treeppl/treeppl-python/releases/download/v0.2/treeppl-0.2-py3-none-linux_x86_64.whl). +Download the wheel file [treeppl-0.4.1-py3-none-linux_x86_64.whl](https://github.com/treeppl/treeppl-python/releases/download/v0.4.1/treeppl-0.4.1-py3-none-linux_x86_64.whl). -Download the wheel file [treeppl-0.2-py3-none-macosx_11_0_arm64.whl](https://github.com/treeppl/treeppl-python/releases/download/v0.2/treeppl-0.2-py3-none-macosx_11_0_arm64.whl). +Download the wheel file [treeppl-0.4.1-py3-none-macosx_11_0_arm64.whl](https://github.com/treeppl/treeppl-python/releases/download/v0.4.1/treeppl-0.4.1-py3-none-macosx_11_0_arm64.whl). @@ -57,12 +57,12 @@ Then install it using `pip`: ```bash -pip install treeppl-0.2-py3-none-linux_x86_64.whl +pip install treeppl-0.4.1-py3-none-linux_x86_64.whl ``` ```bash -pip install treeppl-0.2-py3-none-macosx_11_0_arm64.whl +pip install treeppl-0.4.1-py3-none-macosx_11_0_arm64.whl ```