Kapitel 13/Tutorial.md aktualisiert
This commit is contained in:
@@ -123,10 +123,10 @@ chmod 640 /etc/clipper/clipper.env
|
||||
|
||||
### Python‑Umgebung vorbereiten (für Analyse‑Tools, Abschnitt 4)
|
||||
```bash
|
||||
sudo -u clipper python3 -m venv /srv/clipper/.venv
|
||||
sudo -u clipper /srv/clipper/.venv/bin/pip install --upgrade pip
|
||||
clipper python3 -m venv /srv/clipper/.venv
|
||||
clipper /srv/clipper/.venv/bin/pip install --upgrade pip
|
||||
# Pakete für spätere Analyse; konkrete Libs folgen in Abschnitt 4
|
||||
sudo -u clipper /srv/clipper/.venv/bin/pip install numpy opencv-python-headless
|
||||
clipper /srv/clipper/.venv/bin/pip install numpy opencv-python-headless
|
||||
```
|
||||
> Wir installieren nur Basis‑Bausteine. STT/KI o. Ä. binden wir erst in Abschnitt 4 an.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user