Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 411 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 411 Bytes

Project Daylight Robbery

To set up builds for this report, run this command in the root directory of this repository (the directory containing this README.md file):

pip3 install -r build_requirements.txt

This will install all the prerequisites.

To build the book, run:

jupyter-book build .

The book build appears in the _build/html directory. You can open it with your browser.