Download the latest version of Coq at coq.inria.fr.
*nix users can use the package manager of their host system.
In a terminal, type:
opam install coq
N.B.: If not done already, e.g., to install OCaml, type:
opam init
eval `opam config env`
Then when opening (C-x C-f) a file whose name is suffixed with .v, the Coq mode should be entered. Type C-c C-n and the 3 canonical windows should appear.
Created [15 Jan 2024]