-
Install python dependencies:
poetry install
-
Install typst
Linux, macOS, WSL
curl -fsSL https://typst.community/typst-install/install.sh | sh
Windows
irm https://typst.community/typst-install/install.ps1 | iex
Note
Typst is required to convert docx assignment attachments to pdf. If installation fails, refer to this
- Create a
.env
file using the.env.example
file: