You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installAndExe.txt 412 B

12 hours ago
1 week ago
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]"