mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-31 01:41:27 +08:00
pip: add German translation (#6689)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# pip
|
||||
|
||||
> Python package manager.
|
||||
> Einige Unterbefehle wie `pip install` sind separat dokumentiert.
|
||||
> Weitere Informationen: <https://pip.pypa.io>.
|
||||
|
||||
- Installiere ein Paket (siehe `pip install` für weitere Beispiele):
|
||||
|
||||
`pip install {{paketname}}`
|
||||
|
||||
- Aktualisiere ein Paket:
|
||||
|
||||
`pip install -U {{paketname}}`
|
||||
|
||||
- Deinstalliere ein Paket:
|
||||
|
||||
`pip uninstall {{paketname}}`
|
||||
|
||||
- Speichere eine Liste aller installierten Pakete in eine Datei:
|
||||
|
||||
`pip freeze > {{requirements.txt}}`
|
||||
|
||||
- Zeige Informationen über ein installiertes Paket an:
|
||||
|
||||
`pip show {{paketname}}`
|
||||
Reference in New Issue
Block a user