Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 532 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 532 Bytes

Mapping Trainer

Python utility to practice new keyboard mappings.

Setup

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