Skip to content

Commit 9777f88

Browse files
committed
Add verified installer status to README
1 parent bfc9eaf commit 9777f88

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Decoder repository: https://github.com/qectorlab/qector-decoder
3232

3333
## Installer status
3434

35-
The website now documents the robust AIO installer for the decoder repository:
35+
The website documents the robust AIO installer for the decoder repository:
3636

3737
```bash
3838
git clone https://github.com/qectorlab/qector-decoder.git
@@ -41,7 +41,15 @@ cd qector-decoder
4141
python install.py --install-rust
4242
```
4343

44-
The installer is designed to handle missing Rust, Python version mismatch, thin checkout repair, Git Bash linker path cleanup, prebuilt wheel fallback, dev dependency installation, and pytest execution through the virtual environment.
44+
The installer handles missing Rust, Python version mismatch, thin checkout repair, Git Bash linker path cleanup, prebuilt wheel fallback, dev dependency installation, and pytest execution through the virtual environment.
45+
46+
Verified Windows Git Bash path:
47+
48+
- Python 3.11 selected automatically for the bundled cp311 wheel
49+
- `.venv` created successfully
50+
- QECTOR Decoder v3 0.4.0 installed from the compatible Windows wheel
51+
- dev and benchmark dependencies installed
52+
- pytest discovered 832 tests
4553

4654
## License
4755

@@ -55,4 +63,4 @@ Commercial use requires a paid commercial license.
5563

5664
admin@qector.store
5765

58-
Copyright © 2026 Guillaume Lessard / iD01t Productions. All rights reserved.
66+
Copyright © 2026 Guillaume Lessard / iD01t Productions. All rights reserved.

0 commit comments

Comments
 (0)