forked from varia/bibliotecha-manual
457 B
457 B
Manual.bibliotecha.info
The manual for Bibliotecha.
Contribute to the Manual
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ mkdocs serve
References:
- Python virtual environment documentation
- MkDocs documentation