Skip to content

Commit

Permalink
Add pixi installation instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 28, 2024
1 parent 6c00e1b commit 97b6c09
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@ This will automatically install `sdformat` and `gz-tools`.

</details>

<details>
<summary>Using pixi</summary>

[`pixi`](https://pixi.sh) definetly provides the quickest way to start using ROD. You can run the tests by executing:

```bash
pixi run test
```

or install the default dependencies with:

```bash
pixi install
```

check out the [pyproject.toml](./pyproject.toml) file for the list of all available features and read the [`pixi`](https://pixi.sh) documentation for more information.

</details>


<details>
<summary>Using pip</summary>

Expand Down

0 comments on commit 97b6c09

Please sign in to comment.