Skip to content

Commit

Permalink
updated contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 29, 2024
1 parent c6feced commit e8599ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Please note we have a code of conduct, please follow it in all your interactions
If we have `mamba` (or conda) installed, we can use the environment file included in the binder folder, this will install all the libraries we need (including Poetry) to start developing `earthaccess`

```bash
>mamba env update -f binder/environment-dev.yml
>mamba env update -f ci/environment-dev.yml
>mamba activate earthaccess-dev
>poetry install
```
Expand Down

0 comments on commit e8599ff

Please sign in to comment.