Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 622 Bytes

INSTALL.md

File metadata and controls

7 lines (4 loc) · 622 Bytes

Install/Build the Book

The repo is set up to use mise to install required tools. Once mise is installed, changing into this directory should install the correct tools with the right versions. If not, run mise install to install everything.

After that, running pdm install should install the dependencies. Then doit build_jb will build the book.

If you want to work on the book, you may also need to install Julia dependencies. mise should install Julia. Running julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile();' should install dependencies in a local project.