Software
Guide for Programming 2
The following software is required for the Programming 2 course. Please install it with a stable internet connection and attend the Git & Unix Lecture on Friday (04.04, E1.3 HS002).
Visual Studio Code (VS Code)
You can install the code editor VS Code here.
Docker Desktop
Docker is a containerization software which can be found here (no need to sign up, scroll down and just select Download Docker Desktop)
[The following section is only required for Windows users.]
Windows Subsystem for Linux (WSL) is required. If Docker installs it automatically, no further action is needed.
Otherwise, you can install WSL manually by executing the following command in PowerShell with admin rights: wsl --install