2. Need to create a virtual environment for python? `python -m venv venv`& activate using `source venv/bin/activate`
3. Install the needed packages using `pip install -r requirements.txt`
4. Set your OSC & MQTT information in app.py
5. Run `python app.py`
### Testing
I've included a small pure data script that can trigger some OSC messages, for testing purposes. Of course, you are more then welcome to use any OSC software you'd like!