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.