diff --git a/exercises/02450Toolbox_Python/README.md b/exercises/02450Toolbox_Python/README.md
index 64b934763f997e05a46f324b939015293bff3b92..f3be33c5716f38cbe26125270f08c708b85eca19 100644
--- a/exercises/02450Toolbox_Python/README.md
+++ b/exercises/02450Toolbox_Python/README.md
@@ -1,16 +1,12 @@
 # 02450 Toolbox - Python
 
 ## Installation
-To download the toolbox we recommend downloading the '02450Toolbox_Python' as a zip file using teh follwing [link](
-https://lab.compute.dtu.dk/02450/02450students/-/archive/main/02450students-main.zip?path=exercises/02450Toolbox_Python)
-
-
-The exercise scripts inside `/Scripts` depend on a course specific 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:
+To download/install the toolbox:
 
+- downloading the '02450Toolbox_Python' as a zip file using teh follwing [link](
+https://lab.compute.dtu.dk/02450/02450students/-/archive/main/02450students-main.zip?path=exercises/02450Toolbox_Python)
+- rename the https://lab.compute.dtu.dk/02450/02450students/-/archive/main/02450students-main.zip?path=exercises/02450Toolbox_Python 
+- the toolbox `/Scripts` depend 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:
 ```
 pip install dtuimldmtools
 ```