8.16.0.1
2 Install
2.1 Raco
Use raco to install Req from the official Racket Package Catalog.
raco pkg install --auto --skip-installed --user req
2.2 Make
Use GNU Make to install Req from its project repository directory.
make install
2.3 Req (self-installation)
Use Req itself to install it from its project repository directory.
raco pkg install --auto --skip-installed --user threading-lib upi-lib
racket Admin/selfinstall.rkt
Also, the selfinstall recipe from the Req’s Makefile can be used.
make selfinstall