Skip to content

Getting Started

Simple Web REPL

You can try LisPy without installing at https://jetack.github.io/lispy-web/.

Installation

Using pip

pip install lispython

Manual Installation (for development)

poetry install --no-root # for dependency
pip install -e . # for development

Poetry

I recommend using Poetry for development. And turn off virtual environment creation in Poetry settings.

poetry config virtualenvs.create false