updated readme

This commit is contained in:
Luxferre
2026-07-03 12:23:09 +03:00
parent 318adf11fe
commit 05b334cdb4
+2
View File
@@ -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.