From ff2940f91793d49bbf7b8fc3883c3006fabf2b86 Mon Sep 17 00:00:00 2001 From: Steve Renals Date: Tue, 6 Oct 2015 22:41:38 +0100 Subject: [PATCH] fixed --- gitFAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitFAQ.md b/gitFAQ.md index 6054a0f..e88b595 100644 --- a/gitFAQ.md +++ b/gitFAQ.md @@ -1,6 +1,6 @@ + ## How do I get started? - - 1. How do I get started? Setting up your virtual environment and getting the initial MLP materials is explained in the first part of the first lab, in `00_Introduction.ipynb` + Setting up your virtual environment and getting the initial MLP materials is explained in the first part of the first lab, in `00_Introduction.ipynb` 2. How do I update to this weeks coursework? To avoid potential conflicts between the changes you have made since last week and our additions, we recommend stash your changes and pull the new code from the mlpractical repository by typing: * git stash save "Lab1 work"