From 97b6c09b614296fdfc66117ce08737b62192169a Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Thu, 28 Nov 2024 16:21:05 +0100 Subject: [PATCH] Add `pixi` installation instruction in README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 9559fa6..57db28e 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,26 @@ This will automatically install `sdformat` and `gz-tools`. +
+Using pixi + +[`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. + +
+ +
Using pip