Skip to content

Commit

Permalink
Update install instructions for Julia
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Mar 12, 2024
1 parent b2d4f92 commit b73551a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Install/Build the Book

The repo is set up to use [mise](https://mise.jdx.dev) to install required tools. Once `mise` is installed, changing into this directory should install the correct tools with the right versions.
The repo is set up to use [mise](https://mise.jdx.dev) 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.

0 comments on commit b73551a

Please sign in to comment.