Skip to content

Commit 08ea058

Browse files
committed
Added install instruction for GitWindows
1 parent 5bda884 commit 08ea058

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

CADET-Tutorial/CADET Install windows.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,20 @@
9797
"\n",
9898
"> conda install gitpython\n",
9999
"\n",
100+
"## Install Git for Windows and add it to the Path\n",
101+
"\n",
102+
"Git is software used to manage software source code. The CADET-Tutorial is located in a Git repository and this allows you to easily update to the latest version at any time.\n",
103+
"\n",
104+
"Go to https://gitforwindows.org/ and click Download. Then install Git and during the install select\n",
105+
"\n",
106+
"**Git from the command line and also from 3rd-party software**\n",
107+
"\n",
108+
"All the other options can be left at their defaults or changed if you want. \n",
109+
"\n",
110+
" ![Install_Git](images/git.png)\n",
111+
"\n",
112+
"**After you do this step you will need to restart your computer so that Windows adds Git to the path so that the rest of the steps can find it.**\n",
113+
"\n",
100114
"## Start jupyter notebook and enable the following extensions\n",
101115
"\n",
102116
"1. Click on the start button and type **jupyter** and you will see a **Jupyter Notebook** entry, just click on it to run it and it will start your web browser up with Jupyter notebook \n",

CADET-Tutorial/CADET-Tutorial.pyproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<Content Include="images\AnacondaConsole.png" />
3232
<Content Include="images\AnacondaEnvironments.png" />
3333
<Content Include="images\AnacondaExtensionsCheck.png" />
34+
<Content Include="images\git.png" />
3435
<Content Include="images\JupyterExtensions.png" />
3536
<Content Include="images\JupyterUncheck.png" />
3637
<Content Include="images\WindowsFileBrowser.png" />

CADET-Tutorial/CADETSettings.ipynb

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"execution_count": 1,
1717
"metadata": {
1818
"ExecuteTime": {
19-
"end_time": "2019-10-16T12:54:52.209761Z",
20-
"start_time": "2019-10-16T12:54:51.083761Z"
19+
"end_time": "2019-10-22T19:03:53.292466Z",
20+
"start_time": "2019-10-22T19:03:51.242753Z"
2121
}
2222
},
2323
"outputs": [
@@ -89,8 +89,8 @@
8989
"execution_count": 2,
9090
"metadata": {
9191
"ExecuteTime": {
92-
"end_time": "2019-10-16T12:54:52.219761Z",
93-
"start_time": "2019-10-16T12:54:52.211761Z"
92+
"end_time": "2019-10-22T19:03:53.305438Z",
93+
"start_time": "2019-10-22T19:03:53.295437Z"
9494
}
9595
},
9696
"outputs": [
@@ -139,8 +139,8 @@
139139
"execution_count": 3,
140140
"metadata": {
141141
"ExecuteTime": {
142-
"end_time": "2019-10-16T12:54:52.233766Z",
143-
"start_time": "2019-10-16T12:54:52.221762Z"
142+
"end_time": "2019-10-22T19:03:53.323635Z",
143+
"start_time": "2019-10-22T19:03:53.308439Z"
144144
}
145145
},
146146
"outputs": [],
@@ -167,7 +167,9 @@
167167
"lesson_6.mkdir(exist_ok = True, parents=True)\n",
168168
"lesson_7.mkdir(exist_ok = True, parents=True)\n",
169169
"lesson_8.mkdir(exist_ok = True, parents=True)\n",
170-
"lesson_9.mkdir(exist_ok = True, parents=True)"
170+
"lesson_9.mkdir(exist_ok = True, parents=True)\n",
171+
"\n",
172+
"temp_dir = Path(\"L:/\")"
171173
]
172174
},
173175
{
@@ -182,8 +184,8 @@
182184
"execution_count": 4,
183185
"metadata": {
184186
"ExecuteTime": {
185-
"end_time": "2019-10-16T12:54:52.255761Z",
186-
"start_time": "2019-10-16T12:54:52.234760Z"
187+
"end_time": "2019-10-22T19:03:53.339608Z",
188+
"start_time": "2019-10-22T19:03:53.326440Z"
187189
}
188190
},
189191
"outputs": [],
@@ -224,8 +226,8 @@
224226
"execution_count": 5,
225227
"metadata": {
226228
"ExecuteTime": {
227-
"end_time": "2019-10-16T12:54:52.270761Z",
228-
"start_time": "2019-10-16T12:54:52.257760Z"
229+
"end_time": "2019-10-22T19:03:53.356437Z",
230+
"start_time": "2019-10-22T19:03:53.342439Z"
229231
}
230232
},
231233
"outputs": [],

CADET-Tutorial/images/git.png

27.9 KB
Loading

0 commit comments

Comments
 (0)