On this page:
2.1 Global install with raco req
2.2 Global install with raco pkg
2.3 Verify installation
9.2

2 Installation🔗

2.1 Global install with raco req🔗

The recommended installation method uses raco req.

First, install Req:

raco pkg install req

From the "code/source/v1" directory of the repository, run:

raco req -q -A

2.2 Global install with raco pkg🔗

Alternatively, install Enigma directly with the standard Racket package manager:

raco pkg install enigma-app

2.3 Verify installation🔗

After installation, confirm that Enigma is available:

enigma --version

This should print the current version number which is 1.0.3.

See also: Command: enigma.