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