Requirements
- Python
Install all the required packages:
pip install -r requirements.txt
jupyter-book build content
If you are using a Linux distribution, you can use the following commands
- to install the required packages AND build the book:
make install
- to build the book:
make book
Type make help
to see the list of available commands.