Python Setup

Windows

Install IDE

Install Python

Create Virtual Environment

In PowerShell:

python3 -m venv env

Allow runing scripts

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

cd env

.Scriptsactivate

Install packages

numpy should be automatically installed

python -m pip install -U matplotlib

sndfile not working

LINUX

Create Virtual Environment

Install Jupyter

Install matplotlib

Install numpy

Install scipy

Install control

Install schemdraw

Install soundfile