This repository has been archived on 2023-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
handbuch-gen/sphinx
Gulliver 5b242831b6 removed crowbook and mdbook configand moved sphinx dirs one level up
Makefile adapted to new directory structure and mixed with the one from Sphinx
2021-09-08 16:34:25 +02:00
..
Makefile added initial sphinx config for book generation 2021-07-29 09:41:29 +02:00
README.md docs: reduced install efforts with creation of requirements.txt 2021-08-28 16:48:06 +02:00

README.md

Installation

  1. Virtuelle Pythonumgebung erstellen: python3 -m venv venv
  2. Virtuelle Umgebung aktivieren: source venv/bin/activate
  3. Pakete aus requirements.txt installieren: pip install -r requirements.txt