Skip to content

Commit 3b45cf9

Browse files
author
luseverin
committed
Add instructions to install climada petals on Euler
1 parent 95052b2 commit 3b45cf9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/guide/Guide_Euler.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,22 @@
190190
"and the Wiki https://scicomp.ethz.ch/wiki/Transition_from_LSF_to_Slurm for a mapping of `lsf` commands to their `slurm` equivalents."
191191
]
192192
},
193+
{
194+
"cell_type": "markdown",
195+
"metadata": {},
196+
"source": [
197+
"### 7. Optional: install Climada Petals\n",
198+
"\n",
199+
"To install Climada Petals, repeat the steps described in step 4 as option A, but replacing the climada_python with the climada_petals repository:\n",
200+
"```bash\n",
201+
"cd /cluster/project/climate/$USER # or wherever you plan to download the repository\n",
202+
"git clone https://github.com/CLIMADA-project/climada_petals.git # unless this has been done before\n",
203+
"cd climada_petals\n",
204+
"git checkout develop\n",
205+
"pip install -e .\n",
206+
"```"
207+
]
208+
},
193209
{
194210
"cell_type": "markdown",
195211
"metadata": {},

0 commit comments

Comments
 (0)