Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 659 Bytes

readme.md

File metadata and controls

28 lines (19 loc) · 659 Bytes

Contents

This repository hosts the documentation of the Milady 2.0 software package.

Local build instructions

Setup Python environment

Deactivate any conda or virtual environment that could be activated, and do:

python -m venv env 
source env/bin/activate
pip install -r src/requirements.txt

Build and show in browser

cd src 
make -B html
python3 -m http.server -d build/html
firefox http://0.0.0.0:8000/