Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
pytreat-practicals-2018
Commits
98a23a4a
Commit
98a23a4a
authored
Feb 16, 2018
by
Paul McCarthy
🚵
Browse files
Tweaks to readme
parent
04517690
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
98a23a4a
...
...
@@ -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.
The
se
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!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment