File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ila
2020* The scrip might require some small modifications.
2121
2222``` bash
23- VERSION=" v0.1.1 " # Version of the package to install (by default the latest version)
23+ VERSION=" 0.2.0 " # Version of the package to install (by default the latest version)
2424COMMMAND=" mamba" # Command to use to create the environment (mamba or conda)
2525# Location of the environment
2626# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
Original file line number Diff line number Diff line change 1- VERSION=" 0.1.1 "
1+ VERSION=" 0.2.0 "
22COMMMAND=" mamba"
33# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
44# If ENVPREFIX is NULL, the environment will be created in the default location
You can’t perform that action at this time.
0 commit comments