diff --git a/README.md b/README.md index 3c7872620930c4ea5849149f70a0b7ef4fd9370c..89728918c74cb6721fedba926bb81dfd6492f6b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ 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 for those of you who are new to the Python programming language, or need @@ -14,7 +17,7 @@ It contains two sets of practicals: 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. @@ -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!