From e529ae497a562bd8e6ff68ee57706b96f56714f1 Mon Sep 17 00:00:00 2001 From: Arcmyx Official Date: Sat, 21 Mar 2026 21:39:35 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 729f4b6..f2817bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # pynamics-ide -The web interface for the Pynamics utility suite. \ No newline at end of file +The web interface for the Pynamics utility suite. +As of now, it's just a Pybricks uploader. Takes a main.bin MPY bytecode and sends, executes, and recieves output from a Pybricks-running Lego Robot. +Compile the program using pybricksdev compile main.py --bin >> main.bin (you need to install pybricksdev using pip first) \ No newline at end of file