Skip to content

Commit 339794b

Browse files
committed
update the readme for pip intall
1 parent 21fc7b0 commit 339794b

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)