Skip to content

Commit

Permalink
docs: use quotes in cli (#367)
Browse files Browse the repository at this point in the history
Otherwise this would get piped into a file called `=1.8` πŸ˜…
  • Loading branch information
pavelzw authored Oct 2, 2023
1 parent e2550d1 commit 141e669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ It will only add if the package with its version constraint is able to work with

```shell
pixi add numpy
pixi add numpy pandas pytorch>=1.8
pixi add numpy pandas "pytorch>=1.8"
pixi add "numpy>=1.22,<1.24"
pixi add --manifest-path ~/myproject/pixi.toml numpy
pixi add --host python>=3.9.0
pixi add --host "python>=3.9.0"
pixi add --build cmake
pixi add --platform osx-64 --build clang
```
Expand Down

0 comments on commit 141e669

Please sign in to comment.