Python installation Windows: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Python installation= *Windows Store öffnen **Herunterladen **Installieren =pip installation= *https://bootstrap.pypa.io/get-pip.py herunterladen *cmd öffne…“)
 
Zeile 7: Zeile 7:
 
*https://bootstrap.pypa.io/get-pip.py herunterladen
 
*https://bootstrap.pypa.io/get-pip.py herunterladen
 
*cmd öffnen
 
*cmd öffnen
*python get-pip.py
+
**python get-pip.py
*python -m pip install --upgrade pip
+
**python -m pip install --upgrade pip
*pip install <package>
+
**pip install <package>

Version vom 9. Oktober 2020, 07:10 Uhr

Python installation

  • Windows Store öffnen
    • Herunterladen
    • Installieren

pip installation