parent
90306b2be0
commit
a8d51f2233
@ -1,19 +1,12 @@ |
||||
# OSC-TO_SCRIPT |
||||
# OSC-2-BAT |
||||
## 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" |
||||
- Clone Git Repository |
||||
- Create Python Virtual Environment in Folder |
||||
- Install requirements.txt via pip |
||||
- Run osc-2-bat.py in virtual environment |
||||
## FLAGS |
||||
- -i [IP ADDRESS] --ip [IP ADDRESS] IP Address to listen on |
||||
- -p [PORT] --port [PORT] Port to listen on |
||||
- -s [FOLDER] --scripts [SCRIPTS] Folder containing batch script files |
||||
- -l [LEVEL] --log-level [LEVEL] Log Level [CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET] |
||||
- -nl --no-logging Disable logging |
@ -0,0 +1 @@ |
||||
python-osc==1.8.3 |
Loading…
Reference in new issue