Skip to content

Commit 31cb34a

Browse files
committed
Specify how to work with a specific branch if needed
1 parent 5b00f36 commit 31cb34a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guide/Guide_Euler.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"cell_type": "markdown",
122122
"metadata": {},
123123
"source": [
124-
"### 4. Install climada\n",
124+
"### 4. Install Climada\n",
125125
"\n",
126126
"There are two options. Either install from the downloaded repository (option A), or use a particular released version (option B).\n",
127127
"\n",
@@ -132,6 +132,7 @@
132132
"cd climada_python\n",
133133
"pip install -e .\n",
134134
"```\n",
135+
"If you need to work with a specific branch of Climada, you can do so by checking out to the target branch `your_branch` by running `git checkout your_branch` after having cloned the Climada repository and before running `pip install -e .`.\n",
135136
"\n",
136137
"#### option B\n",
137138
"\n",
@@ -201,7 +202,6 @@
201202
"cd /cluster/project/climate/$USER # or wherever you plan to download the repository\n",
202203
"git clone https://github.com/CLIMADA-project/climada_petals.git # unless this has been done before\n",
203204
"cd climada_petals\n",
204-
"git checkout develop\n",
205205
"pip install -e .\n",
206206
"```"
207207
]

0 commit comments

Comments
 (0)