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
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,19 @@ It contains the official source code of the following papers:

The documentation of our package is available [here](https://ai4trees.github.io/pointtree/stable).

### Project Setup
### Installation

The setup of our package is described in the [documentation](https://ai4trees.github.io/pointtree/stable#get-started).
The installation steps are detailed in the [documentation](https://ai4trees.github.io/pointtree/stable#get-started). A minimal example is shown below:

```bash
python -m pip install torch==2.10.0 python -m
```
```bash
pip install torch-scatter torch-cluster -f https://data.pyg.org/whl/torch-2.10.0+cpu.html
```
```bash
python -m pip install pointtree
```

### How To Use the Package

Expand Down
Loading