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/README.md

236 B

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