vdiclient/requirements.bat
jpattWPC e29796bba5 DPI Scaling Issue Fix
Fixed DPI scaling issue that was causing the window to have text cut off. A known limitation is the scaling is based off the first monitor, and does not dynamically rescale (that I'm aware of).
2022-03-14 21:24:36 -05:00

6 lines
122 B
Batchfile

@echo off
pip install pyinstaller
pip install proxmoxer
pip install PySimpleGUIQt
pip install requests
pip install pywin32