Skip to content

Commit

Permalink
Merge pull request #843 from matthewfeickert/docs/add-conda-forge
Browse files Browse the repository at this point in the history
docs: Add conda-forge install instructions for pixi and conda
  • Loading branch information
schollz authored Nov 13, 2024
2 parents d616b8f + a61a461 commit c369c78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,19 @@ On FreeBSD you can install with `pkg`:
pkg install croc
```

Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.17+):
On Linux, macOS, and Windows you can install from [conda-forge](https://github.com/conda-forge/croc-feedstock/) globally with [`pixi`](https://pixi.sh/):

```
pixi global install croc
```

or into a particular environment with [`conda`](https://docs.conda.io/projects/conda/):

```
conda install --channel conda-forge croc
```

Or, you can [install Go](https://golang.org/dl/) and build from source (requires Go 1.17+):

```
go install github.com/schollz/croc/v10@latest
Expand Down

0 comments on commit c369c78

Please sign in to comment.