Datei suchen
Nick Slowinski 161e7f6799
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
Add edit button
2023-07-08 23:54:19 +02:00
source Add edit button 2023-07-08 23:54:19 +02:00
.drone.yml Modify/fix path for scp 2023-07-08 23:37:04 +02:00
.gitignore Moving to separate source and build folders 2023-07-07 19:05:46 +02:00
make.bat Moving to separate source and build folders 2023-07-07 19:05:46 +02:00
Makefile Moving to separate source and build folders 2023-07-07 19:05:46 +02:00
README.md add readme 2023-07-07 18:45:45 +02:00
requirements.txt Moving to separate source and build folders 2023-07-07 19:05:46 +02:00

Wichtige Information

Diese Dokumentation wird momentan mit Sphinx neugeschrieben und kann daher Lücken von wichtigen Informationen aufweisen.

Entwicklungsumgebung einrichten

Python venv wird empfohlen!

  1. Repo auf lokalen PC klonen
  2. Python venv installieren
  3. virtuelle Umgebung erstellen: python -m venv .venv
  4. virtuelle Umgebung aktivieren: source venv/bin/activate
  5. Pakete installieren: pip install -r requirements.txt
  6. Optional: virtuelle Umgebung deaktivieren: deactivate