Skip to content

Commit 904371d

Browse files
Revise demo execution instructions in README
Updated the README to clarify how to run demos and removed unnecessary lines.
1 parent 27fdb82 commit 904371d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

scripts/demos/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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

3130
All demos are written in **pure Python 3.12+** and require **no shell scripts**.
3231
They run identically on **Linux**, **macOS**, **Windows (WSL / PowerShell)**,
3332
**Android (Termux)**, and **iOS (Pyto)**.
3433

35-
---
36-
3734
Run 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:
4538
python3 scripts/demos/00_env_check.py
4639
python3 scripts/demos/01_quickstart_roundtrip.py
4740
python3 scripts/demos/09_universal_total.py
41+
</code></pre>
42+
4843

4944

5045

0 commit comments

Comments
 (0)