Skip to content

Commit

Permalink
misc: mention only pixi project way of install
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Mar 10, 2024
1 parent 7f92cde commit 150688b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions conda_smithy/templates/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,7 @@ or with `mamba`:
mamba install {{ ' '.join(outputs) }}
```

or with [`pixi`](https://pixi.sh):

```
pixi global install --channel {{ channel_with_label }} {{ ' '.join(outputs) }}
```

if you are already using a [`pixi` project](https://pixi.sh/latest/basic_usage/):
If you are using a [`pixi` project](https://pixi.sh/latest/basic_usage/):

```
pixi add {{ ' '.join(outputs) }}
Expand Down

0 comments on commit 150688b

Please sign in to comment.