You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the pytorch installation instructions may change in the future. For the latest instructions please refer to [pytorch.org](https://pytorch.org/).
To set up a development conda environment run the following commands:
321
294
322
295
```console
323
-
mamba env create -f dev/env.yaml
324
-
mamba activate core
296
+
conda env create -f dev/env.yaml
297
+
conda activate core
325
298
pip install -e . --no-deps
326
299
```
327
300
328
-
There are different environment files available that only install tensorflow or pytorch as dependencies.
301
+
There are different environment files available that only install tensorflow or pytorch as dependencies, see [dev folder](https://github.com/bioimage-io/core-bioimage-io-python/tree/main/dev).
0 commit comments