# Requirements Building the tutorial requires `mdbook`, which you can install with `cargo`: ```sh cargo install mdbook ``` # Building To build the tutorial, type: ```sh mdbook build ``` The output will be in the `book/html` subdirectory. To check it out, open it in your web browser.