:orphan:

.. _course-2025-2026-01001:

01001 --- E2025
=================================================================


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

    * :ref:`Autumn 2023 (E23) <course-2023-2024-01001>`

    * :ref:`Autumn 2024 (E24) <course-2024-2025-01001>`

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


This guideline is for students attending course
:course-base:`2025:01001` in the E2025 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 E01001 python=3.12
    conda activate E01001
    conda intsall dtumathtools pandas scipy statsmodels uncertainties -y

This will install all required packages into the environment named
`E01001`. 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>`.
