From 101cdb2b004f0945ade2712bdfea91d901e223d5 Mon Sep 17 00:00:00 2001 From: "Visual Computing (ViCo) Group" <70146315+VICO-UoE@users.noreply.github.com> Date: Thu, 17 Sep 2020 17:56:31 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11512e8..e25cd6c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ The code in this repository is split into: * a Python package `mlp`, a [NumPy](http://www.numpy.org/) based neural network package designed specifically for the course that students will implement parts of and extend during the course labs and assignments, * a series of [Jupyter](http://jupyter.org/) notebooks in the `notebooks` directory containing explanatory material and coding exercises to be completed during the course labs. +## Remote working + +If you are working remotely, follow this [guide](notes/remote-working-guide.md). + ## Getting set up -Detailed instructions for setting up a development environment for the course are given in [this file](notes/environment-set-up.md). Before starting to set up the environment make sure you are remotely connetced to the Informatics Network and the dice machine by following this [guide](notes/remote-working-guide.md) if you are working on the DICE (highly recommended) and not your personal machine. Students doing the course will spend part of the first lab getting their own environment set up. +Detailed instructions for setting up a development environment for the course are given in [this file](notes/environment-set-up.md). Students doing the course will spend part of the first lab getting their own environment set up.