Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 339 Bytes

README.rst

File metadata and controls

24 lines (13 loc) · 339 Bytes

VMO-Score Website

This repository contains the files to generate the website for the VMO-Score project.

Dependencies

You can install the required packages with

pip install -r requirements.txt

Build

You can build the website with

make clean && make html