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
<h1class="hero-title">Install QECTOR without fighting Rust, Python, or Git Bash.</h1>
40
-
<pclass="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
+
<pclass="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>
<pstyle="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
+
<divclass="proof-grid">
90
+
<divclass="card"><h3>Python selected</h3><p>Python 3.11 was selected because a cp311 wheel exists in the release payload.</p></div>
91
+
<divclass="card"><h3>Wheel installed</h3><p>The installer used the compatible qector_decoder_v3 0.4.0 cp311 Windows wheel.</p></div>
92
+
<divclass="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
+
<divclass="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
+
84
98
<section>
85
99
<divclass="container">
86
100
<divclass="section-label">What it fixes</div>
@@ -116,4 +130,4 @@ <h2>When a native build is required</h2>
0 commit comments