Skip to content

Commit 734cf8d

Browse files
docs: Add conda-forge install to instructions (#235)
* Add install instructions from conda-forge for using 'pixi global' to the README. This has the advantage of installing in user space in an isolated environment that can't be broken by other package changes. - c.f. https://github.com/conda-forge/brev-feedstock
1 parent 2fb523a commit 734cf8d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010

1111
## Install the cli
1212

13+
### From conda-forge
14+
15+
To globally install `brev` [from conda-forge](https://github.com/conda-forge/brev-feedstock/) in an isolated environment with [`Pixi`](https://pixi.sh/), run
16+
17+
```
18+
pixi global install brev
19+
```
20+
1321
### MacOS and Linux
1422

1523
```

0 commit comments

Comments
 (0)