- [] ensure you have an Python environment running **Python version 3.8-3.11** (either as basic Python installation or ideally as a virtual environment)
-[] see [DTU Support](https://pythonsupport.dtu.dk/) for assisatnce on installing Python and [virtual environments](https://pythonsupport.dtu.dk/python/environments.html#python-environments)
-[] Basic Python / Pip: You can create a virtual environemnt with the correct python version by running the following from a terminal (with your standard Python activated): TODO
-[] Conda/Minicoda: You can create a virtual environemnt with the correct python version by running the following from a terminal (with your standard Conda environment activated): TODO
-[ ] download the '02450Toolbox_Python' as a zip-file using the follwing [link](
* ensure you have an Python environment running **Python version 3.8-3.11** (either as basic Python installation or ideally as a virtual environment)
- see [DTU Support](https://pythonsupport.dtu.dk/) for assisatnce on installing Python and [virtual environments](https://pythonsupport.dtu.dk/python/environments.html#python-environments)
- Basic Python / Pip: You can create a virtual environemnt with the correct python version by following from a terminal (with your standard Python activated): TODO
- Conda/Minicoda: You can create a virtual environemnt with the correct python version by running the following from a terminal (with your standard Conda environment activated): TODO
* download the '02450Toolbox_Python' as a zip-file using the follwing [link](
- [ ] unzip the file, locate the folder ´02450Toolbox_Python´ and copy to your working directory (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 (make sure you have activated the correct environment before installing):
* unzip the file, locate the folder ´02450Toolbox_Python´ and copy to your working directory (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 (make sure you have activated the correct environment before installing):