You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Once PyPI approves our size limit request, installation will be simpler:
26
-
# pip install arcadedb-embedded
20
+
pip install arcadedb-embedded
27
21
```
28
22
29
-
> **Note:** We're temporarily using GitHub Pages while awaiting PyPI size limit approval (~160MB wheels, default limit 100MB). The `--extra-index-url` ensures dependencies like JPype1 are installed from PyPI.
30
-
31
23
**Requirements:**
32
24
33
25
-**Python 3.8+** only - No Java installation required! (JRE is bundled)
We're temporarily hosting wheels on GitHub Pages while awaiting PyPI size limit approval (our wheels are ~164MB, default limit is 100MB). The `--index-url` tells pip to use our GitHub Pages index for arcadedb-embedded, while `--extra-index-url` ensures dependencies like JPype1 are installed from PyPI.
44
-
45
31
**Requirements:**
46
32
47
33
-**Python 3.8+ only** - No Java installation required!
Copy file name to clipboardExpand all lines: bindings/python/docs/development/build-architecture.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,24 @@ This document describes the build architecture for creating platform-specific Py
6
6
7
7
**Goal:** Distribute a single `arcadedb-embedded` package that works on 6 platforms with **zero Java installation required**.
8
8
9
-
**Achievement:** 6 platform-specific wheels (~155-161MB each) with bundled platform-specific JRE, built and tested on GitHub Actions using native runners.
9
+
**Achievement:** 6 platform-specific wheels (~215MB each) with bundled platform-specific JRE, built and tested on GitHub Actions using native runners.
0 commit comments