Skip to content
Snippets Groups Projects
Commit 98a23a4a authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Tweaks to readme

parent 04517690
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
This repository contains Jupyter notebooks and data for the 2018 WIN PyTreat. This repository contains Jupyter notebooks and data for the 2018 WIN PyTreat.
It contains two sets of practicals: It contains the following:
- The `talks` directory contains some (but not all) of the _Topyc_ talks that
will be given throughout the week.
- The `getting_started` directory contains a series of practicals intended - The `getting_started` directory contains a series of practicals intended
for those of you who are new to the Python programming language, or need for those of you who are new to the Python programming language, or need
...@@ -14,7 +17,7 @@ It contains two sets of practicals: ...@@ -14,7 +17,7 @@ It contains two sets of practicals:
about the language. about the language.
These practicals have been written under the assumption that FSL 5.0.10 is The practicals have been written under the assumption that FSL 5.0.10 is
installed. installed.
...@@ -54,6 +57,21 @@ fsljupyter notebook ...@@ -54,6 +57,21 @@ fsljupyter notebook
``` ```
Throughout the week we might make changes to this repository. When this
happens, we will ask you to update your local clone of the repository with the
following command:
```
git reset --hard HEAD
git pull origin master
```
> Note that this will overwrite any changes that you have made to the
> files in your repository!
Have fun! Have fun!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment