Python Setup
Windows
Install IDE
Install Python
- In PowerShell, run
-
python3
install from Microsoft score
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