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
* The scrip might require some small modifications.
21
-
22
-
```bash
23
-
VERSION="v0.2.0"# Version of the package to install (by default the latest version)
24
-
COMMMAND="mamba"# Command to use to create the environment (mamba or conda)
25
-
# Location of the environment
26
-
# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
27
-
# If ENVPREFIX is NULL, the environment will be created in the default location
28
-
ENVPREFIX="NULL"
29
-
```
19
+
if you need to use the `dev` version of the package, you can run:
30
20
31
-
* Install the package using the installation script
32
-
33
21
```bash
34
-
bash create_env_script.sh
22
+
pixi run -e dev python some_script.py
35
23
```
36
-
37
-
The installation script will create a conda environment with the name `fractal-ilastik-tasks` and install the package in the environment. It will also download the correct `__FRACTAL_MANIFEST__.json` file.
38
-
39
-
* In the fractal web interface add the task to the workflow as a "local env" task.
* The scrip might require some small modifications.
12
+
13
+
```bash
14
+
VERSION="v0.2.0"# Version of the package to install (by default the latest version)
15
+
COMMMAND="mamba"# Command to use to create the environment (mamba or conda)
16
+
# Location of the environment
17
+
# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
18
+
# If ENVPREFIX is NULL, the environment will be created in the default location
19
+
ENVPREFIX="NULL"
20
+
```
21
+
22
+
* Install the package using the installation script
23
+
24
+
```bash
25
+
bash create_env_script.sh
26
+
```
27
+
28
+
The installation script will create a conda environment with the name `fractal-ilastik-tasks` and install the package in the environment. It will also download the correct `__FRACTAL_MANIFEST__.json` file.
29
+
30
+
* In the fractal web interface add the task to the workflow as a "local env" task.
0 commit comments