From 156ce742d49702c5b03ecb3ca4ac12841efb3f9b Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Thu, 22 Sep 2016 16:36:01 +0100 Subject: [PATCH] Fixing incorrect link name. --- environment-set-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-set-up.md b/environment-set-up.md index 093056c..d431843 100644 --- a/environment-set-up.md +++ b/environment-set-up.md @@ -20,7 +20,7 @@ There are several options available for installing Conda on a system. Here we wi We provide instructions here for getting an environment with all the required dependencies running on computers running the School of Informatics [DICE desktop](http://computing.help.inf.ed.ac.uk/dice-platform). The same instructions should be able to used on other Linux distributions such as Ubuntu and Linux Mint with minimal adjustments. -For those wishing to install on a personal Windows or OSX machine, the initial instructions for setting up Conda will differ slightly - you should instead select the relevant installer for your system from [here](http://conda.pydata.org/miniconda.html) and following the corresponding installation instructions from [here](http://conda.pydata.org/docs/install/quick.html). After Conda is installed the [remaining instructions](#reating-the-conda-environment) should be the same across different systems. +For those wishing to install on a personal Windows or OSX machine, the initial instructions for setting up Conda will differ slightly - you should instead select the relevant installer for your system from [here](http://conda.pydata.org/miniconda.html) and following the corresponding installation instructions from [here](http://conda.pydata.org/docs/install/quick.html). After Conda is installed the [remaining instructions](#creating-the-conda-environment) should be the same across different systems. *Note: Although we are happy for you to additionally set up an environment on a personal machine, you should still set up a DICE environment now as this will make sure you are able to use shared computing resources later in the course. Also although we have tried to note when the required commands will differ on non-DICE systems, these instructions have only been tested on DICE and we will not be able to offer any support in labs on getting set up on a non-DICE system.*