Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Follow the steps below to install the package.

<Tabs groupId="operating-systems">
<TabItem value="linux" label="Linux">
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).
</TabItem>
<TabItem value="macos" label="macOS">
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).
</TabItem>
</Tabs>

Expand All @@ -57,12 +57,12 @@ Then install it using `pip`:
<Tabs groupId="operating-systems">
<TabItem value="linux" label="Linux">
```bash
pip install treeppl-0.2-py3-none-linux_x86_64.whl
pip install treeppl-0.4.1-py3-none-linux_x86_64.whl
```
</TabItem>
<TabItem value="macos" label="macOS">
```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
```
</TabItem>
</Tabs>
Expand Down
Loading