Skip to content

Commit 2abe0c9

Browse files
Update README.md to include pdf build instrc
1 parent e246a5f commit 2abe0c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ The `production` branch contains the source material for the live, publicly view
2424

2525
### Build locally
2626

27-
You can build the book on your own machine by running
27+
You can build the HTML version of the book on your own machine by running
2828
```
2929
./build_html.sh
3030
```
3131
in the root directory of this repository. The book can be viewed in your browser by opening the `source/_build/html/index.html` file.
3232

33+
You can build the PDF version of the book on your own machine by running
34+
```
35+
./build_pdf.sh
36+
```
37+
in the root directory of this repository. The book can be viewed in a PDF reader by opening `source/_build/latex/python.pdf`.
38+
3339
### Update build environment
3440

3541
You can update the build environment for the book by making changes to `Dockerfile` in the root of the repository in the `main` branch.

0 commit comments

Comments
 (0)