Merge pull request #2 from bashir4909/patch-1

Changed git links to current version
This commit is contained in:
Visual Computing (ViCo) Group 2020-09-21 18:16:31 +01:00 committed by GitHub
commit e7fa94f517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,14 +425,14 @@ conda clean -t
Clone the course repository to your home directory: Clone the course repository to your home directory:
``` ```
git clone https://github.com/CSTR-Edinburgh/mlpractical.git ~/mlpractical git clone https://github.com/VICO-UoE/mlpractical.git ~/mlpractical
``` ```
Make sure we are on the first lab branch Make sure we are on the first lab branch
``` ```
cd ~/mlpractical cd ~/mlpractical
git checkout mlp2018-9/lab1 git checkout mlp2020-21/lab1
``` ```
Install the `mlp` package in the environment in develop mode Install the `mlp` package in the environment in develop mode