Getting Started¶
Simple Web REPL¶
You can try LisPy without installing at https://jetack.github.io/lispy-web/.
Installation¶
Using pip¶
Manual Installation (for development)¶
uv¶
I recommend using uv for development.
It manages the virtual environment and dependencies from pyproject.toml / uv.lock automatically.