You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ pip install itp-interface
16
16
```
17
17
18
18
2. Run the following command to prepare the REPL for Lean 4. The default version is 4.24.0. You can change the version by setting the `LEAN_VERSION` environment variable. If no version is set, then 4.24.0 is used.
19
-
>NOTE: The Lean 4 version must match the version of the Lean 4 project you are working with.
19
+
>NOTE: The Lean 4 version must match the version of the Lean 4 project you are working with. `itp-interface`**supports Lean 4 version >= 4.15.0 and <= 4.24.0**. (It has been tested till version 4.24.0, but might as well work for future versions too, if the future versions are completely backwards-compatible).
20
+
20
21
```bash
21
22
install-lean-repl
22
23
# To use a different Lean version, set LEAN_VERSION before running:
0 commit comments