bibliotecha-manual/README.md

19 lines
457 B
Markdown
Raw Normal View History

2020-02-12 19:19:03 +01:00
# manual.bibliotecha.info
2019-05-17 13:09:34 +02:00
The manual for Bibliotecha.
> https://manual.bibliotecha.info
2020-02-12 19:20:34 +01:00
# Contribute to the manual
2019-05-17 13:09:34 +02:00
```
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ mkdocs serve
2019-05-17 13:09:34 +02:00
```
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