The manual for Bibliotecha https://manual.bibliotecha.info
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
457 B

4 years ago
# manual.bibliotecha.info
The manual for Bibliotecha.
> https://manual.bibliotecha.info
# Contribute to the manual
```
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ mkdocs serve
```
References:
* [Python virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment) documentation
* [MkDocs](https://www.mkdocs.org/) documentation