diff --git a/README.md b/README.md index 7e09674f..e42f5b12 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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