git clone https://github.com/htil/phygo.git
> cd .\phygo\
python -m venv venv
Python Tutorial: VENV (Windows) - How to Use Virtual Environments with the Built-In venv Module
.\venv\Scripts\activate
python -m pip install -r requirements.txt
python -m pip freeze > requirements.txt
cd .\scripts
python record_test.py
Get-Command python | Select-Object Source
pyinstaller .\ganglion_tester.py --collect-all brainflow --onedir --windowed
winget install --id Git.Git -e --source winget
Set-ExecutionPolicy Unrestricted -Scope Process