Skip to content

Commit a56e89a

Browse files
committed
fix: improve clarity of self-contained note in documentation
1 parent 9355c25 commit a56e89a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bindings/python/docs/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,9 @@ import arcadedb_embedded as arcadedb
202202
- **OS**: Linux, macOS, or Windows (x86_64 or ARM64)
203203

204204
!!! note "Self-Contained"
205-
Everything needed to run ArcadeDB is included in the wheel.
206-
- **Bundled JRE**: Platform-specific Java 21 runtime (~63MB)
207-
- **ArcadeDB JARs**: Core database engine (~226MB)
208-
- **JPype**: Bridge between Python and the bundled JVM
205+
Everything needed to run ArcadeDB is included in the wheel: **Bundled JRE**
206+
(Platform-specific Java 21 runtime, ~63MB), **ArcadeDB JARs** (Core database engine,
207+
~226MB), **JPype** (Bridge between Python and the bundled JVM).
209208

210209
## Community & Support
211210

0 commit comments

Comments
 (0)