Skip to content

Commit

Permalink
Merge pull request #404 from gregorywaynepower/main
Browse files Browse the repository at this point in the history
add notes for pixi and uv installation
  • Loading branch information
knaaptime authored Sep 30, 2024
2 parents 7a81b6c + 1994fa9 commit 88ae3c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ The recommended method for installing geosnap is with

```bash
mamba install -c conda-forge geosnap
```

Installation via `pixi` is supported, excluding `pixi global install`:

```bash
pixi init name_of_my_project
cd name_of_my_project
pixi add geosnap
```

`geosnap` is alaso available on PyPI and can be install with pip via
Expand All @@ -80,6 +88,12 @@ mamba install -c conda-forge geosnap
pip install geosnap
```

Installation via `uv` is supported:

```bash
uv pip install geosnap
```

## User Guide

See the [User Guide](https://oturns.github.io/geosnap-guide/) for a
Expand Down

0 comments on commit 88ae3c7

Please sign in to comment.