From b4ebb98e28d4878d76eb4d164f027c022d436cad Mon Sep 17 00:00:00 2001 From: Tango Date: Sat, 28 Feb 2026 19:14:16 +0000 Subject: [PATCH] Updated README to specify OS compatibility, as well as more in-depth usage instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e36e5b..97fef3e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Extremely simple program that allows to track inputs from a Wii Balance Board in ## Requirements +### Currently only works/tested with Windows. Have not tested with Linux, and I am not 100% certain that WiiBalanceWalker works on Linux. + - VRChat (It was kind of made for... specifically VRChat)
- Bluetooth
- Uses Pygame (pip install pygame)
@@ -24,7 +26,14 @@ Extremely simple program that allows to track inputs from a Wii Balance Board in ## Usage -- After setting up, simply run the Python application. +### Windows + +- Download the zip file by pressing the big green "Code" button, then "Download ZIP". +- Extract the folder and open it. +- While inside the folder, right click empty space and click "Open in Terminal" +- Type and run "python OSCWalker.py" + +**You may want to run pygame while within VSCode/Codium in order to view terminal logs** ## Troubleshoot - Ensure that pygame is installed.