Skip to content

Commit 7af7106

Browse files
installation guide: use curl instead of wget for environment file download
1 parent a446117 commit 7af7106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide/Guide_Installation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"Download the environment specification file from the git repository and save it locally, then create the conda environment:\n",
7474
"\n",
7575
"```bash\n",
76-
"wget https://github.com/CLIMADA-project/climada_python/raw/main/requirements/env_climada.yml\n",
76+
"curl -o env_climada.yml https://raw.githubusercontent.com/CLIMADA-project/climada_python/main/requirements/env_climada.yml\n",
7777
"conda env create -n climada_env -f env_climada.yml\n",
7878
"conda activate climada_env\n",
7979
"```\n",

0 commit comments

Comments
 (0)