5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe
|
|
|
|
wine pythonInstaller.exe
|
|
|
|
wine python -m pip install pyinstaller |