Skip to content

Commit

Permalink
Added install instruction for GitWindows
Browse files Browse the repository at this point in the history
  • Loading branch information
Immudzen committed Nov 6, 2019
1 parent 5bda884 commit 08ea058
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CADET-Tutorial/CADET Install windows.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@
"\n",
"> conda install gitpython\n",
"\n",
"## Install Git for Windows and add it to the Path\n",
"\n",
"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",
"\n",
"Go to https://gitforwindows.org/ and click Download. Then install Git and during the install select\n",
"\n",
"**Git from the command line and also from 3rd-party software**\n",
"\n",
"All the other options can be left at their defaults or changed if you want. \n",
"\n",
" ![Install_Git](images/git.png)\n",
"\n",
"**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",
"\n",
"## Start jupyter notebook and enable the following extensions\n",
"\n",
"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",
Expand Down
1 change: 1 addition & 0 deletions CADET-Tutorial/CADET-Tutorial.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<Content Include="images\AnacondaConsole.png" />
<Content Include="images\AnacondaEnvironments.png" />
<Content Include="images\AnacondaExtensionsCheck.png" />
<Content Include="images\git.png" />
<Content Include="images\JupyterExtensions.png" />
<Content Include="images\JupyterUncheck.png" />
<Content Include="images\WindowsFileBrowser.png" />
Expand Down
24 changes: 13 additions & 11 deletions CADET-Tutorial/CADETSettings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-16T12:54:52.209761Z",
"start_time": "2019-10-16T12:54:51.083761Z"
"end_time": "2019-10-22T19:03:53.292466Z",
"start_time": "2019-10-22T19:03:51.242753Z"
}
},
"outputs": [
Expand Down Expand Up @@ -89,8 +89,8 @@
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-16T12:54:52.219761Z",
"start_time": "2019-10-16T12:54:52.211761Z"
"end_time": "2019-10-22T19:03:53.305438Z",
"start_time": "2019-10-22T19:03:53.295437Z"
}
},
"outputs": [
Expand Down Expand Up @@ -139,8 +139,8 @@
"execution_count": 3,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-16T12:54:52.233766Z",
"start_time": "2019-10-16T12:54:52.221762Z"
"end_time": "2019-10-22T19:03:53.323635Z",
"start_time": "2019-10-22T19:03:53.308439Z"
}
},
"outputs": [],
Expand All @@ -167,7 +167,9 @@
"lesson_6.mkdir(exist_ok = True, parents=True)\n",
"lesson_7.mkdir(exist_ok = True, parents=True)\n",
"lesson_8.mkdir(exist_ok = True, parents=True)\n",
"lesson_9.mkdir(exist_ok = True, parents=True)"
"lesson_9.mkdir(exist_ok = True, parents=True)\n",
"\n",
"temp_dir = Path(\"L:/\")"
]
},
{
Expand All @@ -182,8 +184,8 @@
"execution_count": 4,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-16T12:54:52.255761Z",
"start_time": "2019-10-16T12:54:52.234760Z"
"end_time": "2019-10-22T19:03:53.339608Z",
"start_time": "2019-10-22T19:03:53.326440Z"
}
},
"outputs": [],
Expand Down Expand Up @@ -224,8 +226,8 @@
"execution_count": 5,
"metadata": {
"ExecuteTime": {
"end_time": "2019-10-16T12:54:52.270761Z",
"start_time": "2019-10-16T12:54:52.257760Z"
"end_time": "2019-10-22T19:03:53.356437Z",
"start_time": "2019-10-22T19:03:53.342439Z"
}
},
"outputs": [],
Expand Down
Binary file added CADET-Tutorial/images/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08ea058

Please sign in to comment.