pages.de: update outdated pages (#11832)

This commit is contained in:
Sebastiaan Speck
2023-12-28 06:31:21 +01:00
committed by GitHub
parent ca222b2b81
commit 26246e09ef
32 changed files with 75 additions and 107 deletions

View File

@@ -17,8 +17,8 @@
- Installiere die Pakete von einer URL oder einem lokalen Archiv (.tar.gz | .whl):
`pip install -f {{url|pfad/zur/datei}}`
`pip install --find-links {{url|pfad/zur/datei}}`
- Installiere das lokale Paket im aktuellen Verzeichnis im Entwicklungs-/Bearbeitungsmodus:
`pip install -e .`
`pip install --editable {{.}}`