Merge pull request #320 from Magnet-js/docs/winget-python-readme

docs: add winget python one-liner to Windows install block (#310)
This commit is contained in:
Vincenzo
2026-07-16 19:46:17 +02:00
committed by GitHub
+5
View File
@@ -179,6 +179,11 @@ GCC 16.1.0 (x86_64-ucrt-posix-seh).
scoop install mingw-winlibs # portable, no shell needed
# or: pacman -S mingw-w64-x86_64-gcc make # via MSYS2
# Python (needed by the `coli` CLI and API server). A fresh Windows resolves
# `python` to a Microsoft Store alias stub that opens the Store instead of
# running anything (#198) — installing the real interpreter replaces the stub:
winget install -e --id Python.Python.3.12
# Build (from c/ directory):
make glm.exe # GLM-5.2 engine (static, no DLL dependencies)
make olmoe.exe # OLMoE engine (same shims)