Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy committed Nov 26, 2024
1 parent ebd739b commit 14c2634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ manage one yourself and use `pipx` to run tests and build docs with `nox`.
python -m pip install --editable ".[dev,test,docs]"
```


=== "`conda`/`mamba`"

`conda` and `mamba` are open-source package and environment managers that are language and platform agnostic.
`mamba` is a newer and faster re-implementation of `conda` -- you can use either `conda` or `mamba`
in the commands below.

After you have followed [the `conda`/`mamba` installation instructions](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) (we recommend Miniforge), you can create and activate the development environment with:

```bash
Expand Down

0 comments on commit 14c2634

Please sign in to comment.