Update getting-started-in-a-lab.md

This commit is contained in:
Antreas Antoniou 2018-09-23 15:29:36 +01:00 committed by GitHub
parent a571349ce8
commit 22f986038a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ Open a terminal window (`Applications > Terminal`).
We first need to activate our `mlp` Conda environment: We first need to activate our `mlp` Conda environment:
``` ```
source activate mlp conda activate mlp
``` ```
We now need to fetch any new code for the lab from the Github repository and create a new branch for this lab's work. First change in to the `mlpractical` repoistory directory (if you cloned the repository to a different directory than the default you will need to adjust the command below accordingly): We now need to fetch any new code for the lab from the Github repository and create a new branch for this lab's work. First change in to the `mlpractical` repoistory directory (if you cloned the repository to a different directory than the default you will need to adjust the command below accordingly):