Contributing to WarMAC¶
WarMAC uses uv for its development. Please
use the provided
uv.lock file when building.$ git clone https://github.com/Eutropios/WarMAC.git ./some/directory
WarMAC can then be built by navigating to the directory you cloned WarMAC
into, and running the
uv build and uv install commands.