From 47aa757d5acdbaa2efd7bb53367fb4f3857c08c8 Mon Sep 17 00:00:00 2001
From: bjje <bjje@dtu.dk>
Date: Tue, 23 Jan 2024 10:59:59 +0100
Subject: [PATCH] Update README.md

---
 exercises/02450Toolbox_Python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/02450Toolbox_Python/README.md b/exercises/02450Toolbox_Python/README.md
index 60cc8d8..303f8c1 100644
--- a/exercises/02450Toolbox_Python/README.md
+++ b/exercises/02450Toolbox_Python/README.md
@@ -3,7 +3,7 @@
 ## Installation
 To download/install the toolbox:
 
-- [ ]  downloading the '02450Toolbox_Python' as a zip file using the follwing [link](
+- [ ]  download the '02450Toolbox_Python' as a zip file using the follwing [link](
 https://lab.compute.dtu.dk/02450/02450students/-/archive/main/02450students-main.zip?path=exercises/02450Toolbox_Python)
 - [ ]  unzip the file and rename the folder '02450Toolbox_Python' (optional)
 - [ ]  the toolbox (i.e. the `/Scripts` folder) depends on a course specific python package [dtuimldmtools](https://pypi.org/project/dtuimldmtools/) which needs to be installed. We recommend using a Python Virtual environment using [Anaconda](https://www.anaconda.com/download/) or [Miniconda](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html) and installing the package inside it. To set up such an environment follow the guide provided by [DTU Python support](https://pythonsupport.dtu.dk/python/install-conda.html).Once setup, the package can be installed by running the following command:
-- 
GitLab