Updated README and added requirements.txt

main
andrew.vanderbye 9 months ago
parent 90306b2be0
commit a8d51f2233
  1. 29
      README.md
  2. 1
      requirements.txt

@ -1,19 +1,12 @@
# OSC-TO_SCRIPT # OSC-2-BAT
## GETTING STARTED ## GETTING STARTED
- Create directory for project to live in - Clone Git Repository
- Drop Batch Files to execute into the project directory - Create Python Virtual Environment in Folder
- Navigate to this folder in terminal/command prompt - Install requirements.txt via pip
- Run the following commands - Run osc-2-bat.py in virtual environment
> \<PATH TO PYTHON>/python.exe -m venv venv ## FLAGS
> - -i [IP ADDRESS] --ip [IP ADDRESS] IP Address to listen on
> \<PATH TO PROJECT>/venv/Scripts/activate.bat - -p [PORT] --port [PORT] Port to listen on
> - -s [FOLDER] --scripts [SCRIPTS] Folder containing batch script files
> pip install python-osc - -l [LEVEL] --log-level [LEVEL] Log Level [CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET]
- -nl --no-logging Disable logging
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"

@ -0,0 +1 @@
python-osc==1.8.3
Loading…
Cancel
Save