Skip to content

Commit c4a29d2

Browse files
authored
update the readme for pip install (#126)
1 parent 2556e86 commit c4a29d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ Here are some tips for improving performance:
168168

169169
This repository contains the C++ implementation of the Tesseract quantum error correction decoder, along with a Python wrapper. The Python wrapper/interface exposes the decoding algorithms and helper utilities, allowing Python users to leverage this high-performance decoding algorithm.
170170

171+
For installation:
172+
```bash
173+
pip install tesseract-decoder
174+
```
175+
171176
The following example demonstrates how to create and use the Tesseract decoder using the Python interface.
172177

173178
```python

0 commit comments

Comments
 (0)