Skip to content
Snippets Groups Projects
Commit 4cce4773 authored by bjje's avatar bjje
Browse files

Update README.md

parent b7952777
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ To download/install the toolbox: ...@@ -6,10 +6,10 @@ To download/install the toolbox:
- downloading the '02450Toolbox_Python' as a zip file using teh follwing [link]( - 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) 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 - 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: - 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:
``` > ```
pip install dtuimldmtools > pip install dtuimldmtools
``` > ```
## Dataset ## Dataset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment