You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
andrew.vanderbye
4558a6284d
|
1 year ago | |
---|---|---|
README | 1 year ago | |
client.py | 1 year ago | |
server.py | 1 year ago | |
test.bat | 1 year ago |
README
# 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
> \<PATH TO PYTHON>/python.exe -m venv venv
>
> \<PATH TO PROJECT>/venv/Scripts/activate.bat
>
> pip install python-osc
To run the server:
> "\<PATH TO PROJECT>/venv/Scripts/python.exe" "\<PATH TO PROJECT>/server.py"
OR
> "\<PATH TO PROJECT>/venv/Scripts/pythonw.exe" "\<PATH TO PROJECT>/server.py"