From 05b334cdb48984e8b5314a51757904894b975939 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 3 Jul 2026 12:23:09 +0300 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e4dc9d..5c9f198 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ pipx install "git+https://codeberg.org/luxferre/clyx.git#subdirectory=clyx-pytho This will install the REPL as `clyx` into your current environment. +Then, you can just run `pipx upgrade clyx` to upgrade to the new release versions whenever they come out. + ### Reference implementation for MicroPython Clone this repo, then run `sh dist-python.sh`. A `dist/clyx_py/clyx` directory will appear, which will contain all the files necessary to run `micropython clyx.py [prog.clx]` on the desktop or copy them to the target device.