Skip to content

Commit

Permalink
Install: include activation of conda-forge channel
Browse files Browse the repository at this point in the history
Closes #299.
  • Loading branch information
ctrueden committed Jun 10, 2024
1 parent 5c32c1b commit e807b90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ than plain Conda, because Conda is unfortunately terribly slow at configuring
environments.

1. [Install Miniforge3](https://github.com/conda-forge/miniforge#miniforge3).
**OR:** If you already have `mamba` installed, activate conda-forge:
```
conda config --add channels conda-forge
conda config --set channel_priority strict
```

2. Install PyImageJ into a new environment:
```
Expand Down

0 comments on commit e807b90

Please sign in to comment.