forked from varia/bibliotecha-manual
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.
Luke Murphy
2331d73d3c
|
6 years ago | |
---|---|---|
docs | 5 years ago | |
.gitignore | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
mkdocs.yml | 5 years ago | |
requirements.txt | 5 years ago |
README.md
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