# OSC-TO_SCRIPT ## GETTING STARTED - Create directory for project to live in - Drop Batch Files to execute into the project directory - Navigate to this folder in terminal/command prompt - Run the following commands > \/python.exe -m venv venv > > \/venv/Scripts/activate.bat > > pip install python-osc To run the server: > "\/venv/Scripts/python.exe" "\/server.py" OR > "\/venv/Scripts/pythonw.exe" "\/server.py"