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 ```