Python Examples
Python Installation
pip install venv
python3 -m venv eeg_venv
# activate the venv according to your OS
# Windows example:
. ./eeg_venv/scripts/Activate
pip install -r requirements.txtScript Examples
python webhook_receive.py -i localhost -p 14739Last updated
Was this helpful?