File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,8 +137,7 @@ We will call the environment `coderefinery`.
137137 Then type
138138 (without the ` $ ` ):
139139 ``` console
140- $ curl "https://raw.githubusercontent.com/coderefinery/software/main/environment.yml" -o environment.yml
141- $ mamba env create -n coderefinery -f environment.yml
140+ $ mamba env create -n coderefinery -f https://raw.githubusercontent.com/coderefinery/software/main/environment.yml
142141 ```
143142 :::
144143
@@ -157,10 +156,9 @@ We will call the environment `coderefinery`.
157156 automatically initialize conda?", but then it will always be
158157 active).
159158
160- In the second step, we will install the software environment by first copying the definition file :
159+ In the second step, we will install the software environment:
161160 ``` console
162- $ curl "https://raw.githubusercontent.com/coderefinery/software/main/environment.yml" -o environment.yml
163- $ mamba env create -n coderefinery -f environment.yml
161+ $ mamba env create -n coderefinery -f https://raw.githubusercontent.com/coderefinery/software/main/environment.yml
164162 ```
165163 :::
166164::::
You can’t perform that action at this time.
0 commit comments