2024, Till Bovermann
interface with the display of Ableton Push2 via OSC
best to install into a virtual environment
set up a virtual environment
python -m venv .venv
source .venv/bin/activate
install the required packages
python -m pip install -r requirements.txt
python push2_display.py --port 7000