forked from wtf-eg/handbuch-gen
5b242831b6
Makefile adapted to new directory structure and mixed with the one from Sphinx |
||
---|---|---|
.. | ||
Makefile | ||
README.md |
Installation
- Virtuelle Pythonumgebung erstellen:
python3 -m venv venv
- Virtuelle Umgebung aktivieren:
source venv/bin/activate
- Pakete aus
requirements.txt
installieren:pip install -r requirements.txt