From a1838f818cf801293127b77a6552e71b8447141b Mon Sep 17 00:00:00 2001 From: Claudius Haag <62202036+claudiushaag@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:20:15 +0100 Subject: [PATCH] Add Conda & Pixi installation method --- site/docs/getting_started/installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/site/docs/getting_started/installation.md b/site/docs/getting_started/installation.md index f05e361b..34de7557 100644 --- a/site/docs/getting_started/installation.md +++ b/site/docs/getting_started/installation.md @@ -137,3 +137,18 @@ in { ::: > Thanks to [`Hyprpanel`](https://hyprpanel.com/) from whom I stole the format for the flake + +## Conda + +```bash +conda install dooit dooit-extras +``` + +```bash +mamba install dooit dooit-extras +``` + +Or using [Pixi](https://pixi.sh/latest/)s `global` feature for access independent of the directory: +```bash +pixi global install dooit +```