Retrocore currently supports two setup paths on Windows.
Use the guided installer if you want Python detection, an optional Python install via winget, and a retrocore command added to your user PATH.
.\install_dependencies.ps1Or:
install_dependencies.batThe guided flow can:
- detect Python 3
- install Python 3.11 with
wingetif Python is missing - create a user-level command shim at
%LOCALAPPDATA%\Retrocore\bin\retrocore.cmd - add that shim directory to your user PATH
- run a quick
retrocore statuscheck at the end - work against Windows Terminal settings files that contain comments or trailing commas
Important:
- The shim points at the current project folder
- if you move the project folder later, rerun the installer
- PATH changes usually require a new terminal window
You can also run Retrocore directly from the project folder without setting up a global command:
.\retrocore.cmd status
.\retrocore.cmd preset list
.\retrocore.cmd on