BiAPoL / stardist-envs

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Simplify instructions #3

Closed haesleinhuepf closed 1 year ago

haesleinhuepf commented 1 year ago

In the current instructions it says:

Download the stardist-linux.yml file from this GitHub repository (right-click on 'Raw' and 'Save link as...'). In the new terminal, navigate to the place where you saved stardist-linux.yml and run: mamba env create -f stardist-linux.yml

I think it is possibl to simplify this to:

mamba env create -f https://github.com/BiAPoL/stardist-envs/raw/main/stardist-windows.yml