Skip to content

Commit 2111c49

Browse files
installation guide: fix url of env_climada.yml file
(cherry picked from commit 7376986)
1 parent b1bc381 commit 2111c49

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/blob/main/requirements/env_climada.yml\n",
76+
"wget https://github.com/CLIMADA-project/climada_python/raw/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)