Skip to content

Commit 43501d6

Browse files
committed
sdk(python): fix stale docstring — Windows x64 has a native binary (no Docker needed); only macOS falls back
1 parent 0311f0b commit 43501d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sdk/python/tilion_fortress/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
44
Ships the prebuilt binary only (no engine source). Detects the platform, downloads the
55
matching bundle from the official GitHub Release, verifies it against SHA256SUMS, caches
6-
it, and launches it with a CDP endpoint. macOS/Windows fall back to the Docker image until
7-
native binaries are published for that platform.
6+
it, and launches it with a CDP endpoint. **Linux x64 and Windows x64 have native binaries**
7+
(downloaded automatically — no Docker needed). macOS has no native bundle yet and uses the
8+
Docker image; Docker is also the fallback anywhere a native launch isn't available.
89
910
from tilion_fortress import Fortress
1011
with Fortress() as f:

0 commit comments

Comments
 (0)