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 c29d48b commit fc5a3a6Copy full SHA for fc5a3a6
README.md
@@ -28,6 +28,13 @@ The `bioimageio.core` package supports various back-ends for running BioimageIO
28
# currently only cpu version supported
29
conda install -c conda-forge bioimageio.core onnxruntime
30
```
31
+
32
+### Via pip
33
34
+The package is also available via pip:
35
+```
36
+pip install bioimageio.core
37
38
39
### Set up Development Environment
40
0 commit comments