We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ed528 commit 7554733Copy full SHA for 7554733
doc/Development.md
@@ -5,16 +5,6 @@ if you want to hack on the PyImageJ code itself. If your goal
5
is only to *use* PyImageJ to call ImageJ and friends from
6
Python, you do not need to follow any of these instructions.
7
8
-## Configuring a conda environment for development
9
-
10
-Install [Miniforge3](https://github.com/conda-forge/miniforge#miniforge3).
11
-Then:
12
13
-```
14
-mamba env create -f dev-environment.yml
15
-mamba activate pyimagej-dev
16
17
18
## Running the automated tests
19
20
```
0 commit comments