Python utility to practice new keyboard mappings.
- Install Python 3.8.3 (probably works with other versions, but not tested)
- Set up virtual environment if desired:
- [path to python]\python -m venv .venv
- .venv\scripts\Activate.ps1 (if PowerShell) -OR- call .venv\scripts\activate.bat (if cmd)
- Make sure you see (.venv) prepending your command prompt
- pip install --upgrade pip
- pip install PyQt5
- pip install pyqt5-tools~=5.15
- pip install qasync
- pip install debugPy