File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,21 @@ to verify **bit-identical round-trips** and **cross-OS reproducibility**.
2525| 09 | ` 09_universal_total.py ` | Full 3-in-1 universal demo — runs identically on Linux · macOS · Windows · Android · iOS. |
2626
2727---
28-
2928## ▶️ How to Run (Cross-Platform)
3029
3130All demos are written in ** pure Python 3.12+** and require ** no shell scripts** .
3231They run identically on ** Linux** , ** macOS** , ** Windows (WSL / PowerShell)** ,
3332** Android (Termux)** , and ** iOS (Pyto)** .
3433
35- ---
36-
3734Run any demo / Examples:
3835
39-
40-
41-
42- ---
43-
44- python3 scripts/demos/XX_demo_name.py
36+ <pre ><code >python3 scripts/demos/XX_demo_name.py
37+ # Examples:
4538python3 scripts/demos/00_env_check.py
4639python3 scripts/demos/01_quickstart_roundtrip.py
4740python3 scripts/demos/09_universal_total.py
41+ </code ></pre >
42+
4843
4944
5045
You can’t perform that action at this time.
0 commit comments