Add network printer detection on Windows: support printers from print servers
This commit is contained in:
@@ -39,8 +39,8 @@ echo.
|
||||
|
||||
REM Install dependencies
|
||||
echo [3/5] Installing dependencies...
|
||||
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller...
|
||||
pip install python-barcode pillow reportlab kivy==2.3.1 pyinstaller==6.18.0
|
||||
echo Installing: python-barcode, pillow, reportlab, kivy, pyinstaller, pywin32, wmi...
|
||||
pip install python-barcode pillow reportlab kivy==2.2.1 pyinstaller==6.1.0 pywin32 wmi
|
||||
if errorlevel 1 (
|
||||
echo ERROR: Failed to install dependencies
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user