Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 626 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 626 Bytes

HoTT Book formalisations in Rzk

This repository contains formalisations that follow the HoTT Book.

Building locally

As an optional first step, prepare a python virtual environment (python -m venv venv) and then activate it (using .\venv\Scripts\activate on Windows, or source venv/bin/activate on Linux and macOS).

Then, install the project's dependencies:

pip install -r requirements.txt

Now, you can build and serve the documentation locally by running

mkdocs serve

The (locally built) documentation should be available at http://127.0.0.1:8000