Skip to content

Commit

Permalink
docs: add instruction for installing xdem in dev env with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
vschaffn committed Nov 18, 2024
1 parent cbd5af1 commit 10df937
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/source/how_to_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,18 @@ Updating packages with `pip` (and sometimes `mamba`) can break your installation

## Installing for contributors

### With ``mamba``

```bash
git clone https://github.com/GlacioHack/xdem.git
mamba env create -f xdem/dev-environment.yml
```

### With ``pip``

```bash
git clone https://github.com/GlacioHack/xdem.git
make install
```

After installing, you can check that everything is working by running the tests: `pytest`.

0 comments on commit 10df937

Please sign in to comment.