Skip to content

ai-atoms/milady-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/