Python installation Windows: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
=Python installation=
 
=Python installation=
*Windows Store öffnen
+
*https://www.python.org/downloads/
**Herunterladen
+
*Download the newest version
**Installieren
+
!Important
 
+
*Klick set Path on
=pip installation=
+
[[Datei:python-1.png]]
*https://bootstrap.pypa.io/get-pip.py herunterladen
+
=Pyinstaller installation=
*cmd öffnen
+
*pip install pyinstaller
**python get-pip.py
 
**python -m pip install --upgrade pip
 
**pip install <package>
 

Aktuelle Version vom 9. Oktober 2020, 19:40 Uhr

Python installation

!Important

  • Klick set Path on

Python-1.png

Pyinstaller installation

  • pip install pyinstaller