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
@@ -117,19 +102,37 @@ An equivalence proof that most of the mentioned models of computation compute th
117
102
118
103
## Manual Installation Instructions
119
104
120
-
You need the `master` branch of `Coq` built on OCAML `>= 4.09.1`, and the Template-Coq (part of [MetaCoq](https://metacoq.github.io/)) package for Coq. If you are using opam 2 you can use the following commands to install the dependencies on a new switch:
105
+
If you can use `opam 2` on your system, you can follow the instructions here.
106
+
107
+
### Install from git via opam
108
+
109
+
You can use `opam` to install the current state of this branch as follows.
You need `Coq 8.20` built on OCAML `>= 4.09.1` (but we recommend and test OCaml version `4.14.1+flambda`) and the Template-Coq part of the [MetaCoq](https://metacoq.github.io/) package for Coq. If you are using `opam 2` you can use the following commands to install the dependencies on a new switch:
0 commit comments