Skip to content

Commit

Permalink
Merge pull request #405 from gregorywaynepower/main
Browse files Browse the repository at this point in the history
Update installation instructions in README.md
  • Loading branch information
knaaptime authored Nov 9, 2024
2 parents 7819029 + 5b9342e commit d7a3813
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,16 @@ The package supports social scientists examining questions such as:

## Installation

The recommended method for installing geosnap is with
[anaconda](https://www.anaconda.com/download/). In particular, we recommend the [mambaforge distribution](https://github.com/conda-forge/miniforge#mambaforge)
We recommend installing `geosnap` via a package manager that supports installing conda packages from [conda-forge](https://conda-forge.org/). Installing directly from the Python Package Index (PyPI) is also supported.

### Installation via [Miniforge](https://github.com/conda-forge/miniforge)

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

### Installation via [Pixi](https://pixi.sh/latest/)

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

```bash
Expand All @@ -82,13 +85,13 @@ cd name_of_my_project
pixi add geosnap
```

`geosnap` is alaso available on PyPI and can be install with pip via
### Installation via pip

```bash
pip install geosnap
```

Installation via `uv` is supported:
### Installation via [uv](https://docs.astral.sh/uv/)

```bash
uv pip install geosnap
Expand Down

0 comments on commit d7a3813

Please sign in to comment.