# iSAQB CPSA-F book These are the learning materials for the Scandio CPSA-F course. ## Preliminaries The book is built using [mdBook](https://rust-lang.github.io/mdBook/), so you should install it first: `cargo install mdbook`. The book uses the `mdbook-graphviz` preprocessor and the GraphViz `dot` binary for rendering diagrams. See [the GraphViz page](https://graphviz.org/download/) and the [mdbook-graphviz GitHub](https://github.com/dylanowen/mdbook-graphviz) for installation instructions. ## Serving the book ```shell mdbook serve --open ``` ## Further information See [the mdBook documentation](https://rust-lang.github.io/mdBook/).