Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 336 Bytes

InvenioILS documentation

How to run

To run MkDocs, you need Python 3. Create a virtualenv, install Python requirements and run the web server.

$ mkvirtualenv docs-invenio-ils
$ pip install -r requirements.txt
$ mkdocs serve
$ firefox http://127.0.0.1:8000