On this page:
2.1 Raco
2.2 Make
2.3 Req (self-installation)
8.12

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