Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

installAndExe.txt 412 B

před 3 dny
před 1 týdnem
123456789101112131415
  1. py -m pip install pyinstaller
  2. py -m pip install --upgrade pyinstaller
  3. py -m PyInstaller --onefile --windowed --name "Bag1" Bag1.py
  4. py -m PyInstaller --onefile --windowed --name "Bag3" Bag3.py
  5. python -m pip install pyinstaller
  6. python -m pip install --upgrade pyinstaller
  7. python -m PyInstaller --onefile --windowed --name "Bag1" Bag1.py
  8. pip install Pillow "qrcode[pil]"
  9. py -m pip install Pillow "qrcode[pil]"