The manual for Bibliotecha
https://manual.bibliotecha.info
docs | ||
.gitignore | ||
Makefile | ||
mkdocs.yml | ||
README.md | ||
requirements.txt |
Manual.Bibliotecha.Info
The manual for Bibliotecha.
Contribute to the Manual
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ make serve
References:
- Python virtual environment documentation
- MkDocs documentation