:orphan:

.. _course-2024-2025-10060:

10060 --- E2024
=================================================================


.. dropdown:: Looking for other years?
    :icon: hourglass

    * :ref:`Autumn 2025 (E25) <course-2025-2026-10060>`

    * :ref:`Autumn 2026 (E26) <course-2026-2027-10060>`


This guideline is for students attending course
:course-base:`2024:10060` in the E2024 year.

First you should install Miniforge by following our regular installations :ref:`here
<install-python>`.
This will also install Visual Studio Code and the default packages for this years
polytechnical foundation courses. These can co-exist, so do not worry about that.

Once you have a functional Miniforge installation, you should create a new
environment that hosts the packages for this course:

.. code-block:: bash

    conda create --name E10060 python=3.11
    conda activate E10060
    conda intsall dtumathtools pandas scipy statsmodels uncertainties -y

This will install all required packages into the environment named
`E10060`. And everytime you need to use
the packages compatible for this course, you have to activate it.
For more information on environments, please see :ref:`here <learn-more-environments>`.
