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

Merge branch 'doc/instructions' into 'master'

instructions for attendees; use https not git, so no need for ssh keys

See merge request !3
parents bb3e2dad 0f70341c
No related branches found
No related tags found
1 merge request!3instructions for attendees; use https not git, so no need for ssh keys
...@@ -28,11 +28,18 @@ These notebooks can be run in the `fslpython` environment using: ...@@ -28,11 +28,18 @@ These notebooks can be run in the `fslpython` environment using:
``` ```
git clone git@git.fmrib.ox.ac.uk:fsl/pytreat-practicals-2020.git git clone https://git.fmrib.ox.ac.uk/fsl/pytreat-practicals-2020.git
cd pytreat-practicals-2020 cd pytreat-practicals-2020
fslpython -m notebook fslpython -m notebook
``` ```
A page should open in your web browser - to access the practicals, navigate
into one of the `getting_started` or `advanced_topics` directories, and click
on the `.ipynb` file you are interested in. Some of the talks are also
presented in notebook form - navigate to the talk you are interested in
(within the `talks` directory), and click on the `.ipynb` file to follow
along.
Throughout the week we might make changes to this repository. When this 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 happens, we will ask you to update your local clone of the repository with the
...@@ -67,13 +74,13 @@ repository. To contribute to the practicals using a fork: ...@@ -67,13 +74,13 @@ repository. To contribute to the practicals using a fork:
2. Make a local clone of your fork: 2. Make a local clone of your fork:
``` ```
git clone git@git.fmrib.ox.ac.uk:<username>/pytreat-practicals-2020 git clone https://git.fmrib.ox.ac.uk/fsl/pytreat-practicals-2020.git
``` ```
3. Add the upstream repository as a remote: 3. Add the upstream repository as a remote:
``` ```
git remote add upstream git@git.fmrib.ox.ac.uk:fsl/pytreat-practicals-2020.git git remote add upstream https://git.fmrib.ox.ac.uk/fsl/pytreat-practicals-2020.git
``` ```
4. Make your changes on your local repository 4. Make your changes on your local repository
...@@ -93,7 +100,7 @@ Or, to contribute via a branch: ...@@ -93,7 +100,7 @@ Or, to contribute via a branch:
1. Make a local clone of the repository: 1. Make a local clone of the repository:
``` ```
git clone git@git.fmrib.ox.ac.uk:fsl/pytreat-practicals-2020 git clone https://git.fmrib.ox.ac.uk/fsl/pytreat-practicals-2020.git
``` ```
2. Create a branch for your work: 2. Create a branch for your work:
......
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