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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,13 @@ Also included is the `kmir` tool, a python script that acts as a front-end to th
9
9
10
10
### KMIR Setup
11
11
12
-
Pre-requisites: `python >= 3.10`, [`uv`](https://docs.astral.sh/uv/), `pip >= 20.0.2`, `gcc >= 11.4.0`, `cargo == nightly-2024-11-29`, `k >= v7.1.205`. To install K, follow the steps available in [K's Quick Start instructions](https://github.com/runtimeverification/k?tab=readme-ov-file#quick-start).
12
+
Pre-requisites:
13
+
-`python >= 3.10`
14
+
-[`uv`](https://docs.astral.sh/uv/)
15
+
-`pip >= 20.0.2`
16
+
-`gcc >= 11.4.0`
17
+
-`cargo == nightly-2024-11-29`
18
+
- K. The required K version is specified in `deps/k_release`. To install K, follow the steps available in [K's Quick Start instructions](https://github.com/runtimeverification/k?tab=readme-ov-file#quick-start).
Copy file name to clipboardExpand all lines: kmir/src/tests/integration/data/prove-rs/show/transmute-u8-to-enum-changed-discriminant-signed-fail.main.expected
0 commit comments