Skip to content

Commit bfc9eaf

Browse files
committed
Document verified Windows Git Bash installer path
1 parent a49cf35 commit bfc9eaf

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

installer.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
<div class="container hero-grid-layout">
3333
<div class="hero-copy">
3434
<div class="hero-eyebrow">
35-
<span class="badge badge-green"><span class="glow-dot"></span> Robust AIO Installer</span>
35+
<span class="badge badge-green"><span class="glow-dot"></span> Verified Windows Path</span>
3636
<span class="badge badge-cyan">Git Bash Ready</span>
37-
<span class="badge badge-muted">Windows Safe Path</span>
37+
<span class="badge badge-muted">Python 3.11 Wheel Path</span>
3838
</div>
3939
<h1 class="hero-title">Install QECTOR without fighting Rust, Python, or Git Bash.</h1>
40-
<p class="hero-subtitle">Use the installer instead of the fragile manual sequence. It handles missing Rust, compatible Python selection, thin checkout repair, Git Bash linker cleanup, wheel fallback, dev dependencies, and pytest through the virtual environment.</p>
40+
<p class="hero-subtitle">Use the installer instead of the fragile manual sequence. The verified Windows path selects Python 3.11 when the bundled cp311 wheel exists, repairs thin checkouts, installs dev dependencies, and runs pytest through the virtual environment.</p>
4141
<div class="hero-actions">
4242
<a href="#gitbash" class="btn btn-primary btn-lg">Git Bash Command</a>
43-
<a href="decoder.html" class="btn btn-secondary btn-lg">Decoder Details</a>
43+
<a href="#verified" class="btn btn-secondary btn-lg">Verified Result</a>
4444
</div>
4545
</div>
4646
<div class="hero-visual" style="padding:1.5rem;background:rgba(10,16,31,.82);border-radius:24px;border:1px solid rgba(0,213,255,.22);box-shadow:0 28px 80px rgba(0,0,0,.36);">
@@ -81,6 +81,20 @@ <h2>Repair and rerun</h2>
8181
</div>
8282
</section>
8383

84+
<section id="verified">
85+
<div class="container">
86+
<div class="section-label">Verified result</div>
87+
<h2>Confirmed working on Windows Git Bash</h2>
88+
<p style="max-width:820px;margin-bottom:1.5rem;">The current installer has been verified on Windows Git Bash with Python 3.11. It selected Python 3.11 automatically for the bundled cp311 wheel, created the virtual environment, installed QECTOR Decoder v3 from the compatible wheel, installed the dev and benchmark dependencies, and started the 832 item pytest suite.</p>
89+
<div class="proof-grid">
90+
<div class="card"><h3>Python selected</h3><p>Python 3.11 was selected because a cp311 wheel exists in the release payload.</p></div>
91+
<div class="card"><h3>Wheel installed</h3><p>The installer used the compatible qector_decoder_v3 0.4.0 cp311 Windows wheel.</p></div>
92+
<div class="card"><h3>Dependencies installed</h3><p>pytest, hypothesis, Stim, PyMatching, Sinter, LDPC, beliefmatching, SciPy, psutil, matplotlib, and tooling were installed into the virtual environment.</p></div>
93+
<div class="card"><h3>Test suite started</h3><p>pytest discovered 832 tests using Python 3.11 on Windows.</p></div>
94+
</div>
95+
</div>
96+
</section>
97+
8498
<section>
8599
<div class="container">
86100
<div class="section-label">What it fixes</div>
@@ -116,4 +130,4 @@ <h2>When a native build is required</h2>
116130
</footer>
117131
<script src="assets/nav.js"></script>
118132
</body>
119-
</html>
133+
</html>

0 commit comments

Comments
 (0)