Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

15 rader
412 B

  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]"