···60606161### Prerequisites
62626363-1. A working Lean 4 installation. You can install it via [elan](https://github.com/leanprover/elan), e.g. on Linux-like systems:
6464-6565-```bash
6666-curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | bash -s -- -y --default-toolchain none
6767-```
6363+1. A working Lean 4 installation. You can install it via [elan](https://github.com/leanprover/elan).
686469652. A working Python installation (e.g. 3.11). If using a virtual environment, activate it before installing the kernel.
7066···7975Note: the script could remove an existing `repl`, and it assumes `/usr/local/bin` is in your `PATH`, it will also set the default Lean 4 toolchain to the same as the one used by the `repl` to ensure `repl` works outside projects. For installing the extension to highlight Lean 4 syntax in JupyterLab, it will also use nvm to install Node.js if it's not installed.
80768177If you prefer manual installation, please read __Manual installation__ below.
7878+7979+### Usage
82808381To use it, run one of:
8482