Skip to content

Commit

Permalink
Merge pull request #220 from claudiushaag/patch-1
Browse files Browse the repository at this point in the history
Add Conda & Pixi installation method
  • Loading branch information
kraanzu authored Jan 2, 2025
2 parents 3154ee1 + a1838f8 commit 655cade
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site/docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 655cade

Please sign in to comment.