Installation
There are two ways of install DCSpy: windows setup (basic / new way) or via uv tool (advanced / old way). Both have advantages and disadvantages. For new users it is recommended to use first one, current users can stick to old way or switch to new way. Both will be supported.
Windows setup installer (basic way)
- Advantage: Simple download and you are ready to go
-
Disadvantage: Windows Defender can block download/execution
-
Install Logitech Gaming Software 9.04.49
- Go to Releases, from Assets section download one of:
dcspy_*_setup.exe- Double click and install
- DCS-BIOS
- Install DCS-BIOS directly from DCSpy (button Check DCS-BIOS, see DCS-BIOS Upgrade).
It checks if new version exists, download, and unpack DCS-BIOS to
Save Gamesfolder and checkExport.luafile. - Or follow manual installation DCS-BIOS wiki page
Due to how Python application can be pack into executable file (using Nuitka), sometimes Windows Defender can recognize it as a virus. See more details here
via uv (advanced way)
- Advantage: Better control, simple update process, no Defender hassle
-
Disadvantage: Python interpreter and/or uv tool is needed, more steps, more complicated process
-
Install Logitech Gaming Software 9.04.49
- Install uv
- DCS-BIOS
- You can skip for now and install DCS-BIOS directly from DCSpy (button Check DCS-BIOS, see Configuration).
It checks if new version exists, download, and unpack DCS-BIOS to
Save Gamesfolder and checkExport.luafile. - Or follow manual installation DCS-BIOS wiki page
- Package is available on PyPI, open Windows Command Prompt (cmd.exe) and type:
shell script
uv tool install -p 3.14 dcspy
Note: If you got pip is not recognized as an internal or external command, operable program or batch file. error, see FAQ
Next step: Usage