Exercises of the Digital Signal Processing (DSP) course at the University of Groningen
First create the virtual environment and install the dependencies. Use the option approtiate for your OS/shell:
python -m venv .venv
source .venv/bin/activate # bash/zsh (Linux/Mac)
.venv\Scripts\activate.bat # cmd.exe (Windows)
.venv\Scripts\Activate.ps1 # PowerShell (Windows)
pip install .
Now you can use the environment to run your code, i.e. via the terminal or by actvating it within your IDE.