Requirements:
- Python >= 3.8
To install the required pip packages
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
To check if your installation was successful run the following command:
source .venv/bin/activate
python TestScript.py
Each exercise is provided in a separate git branch.
To start an exercise, checkout to the corresponding branch exercise*
For example for the first exercise branch use:
git checkout exercise0