From 339794b6ba7e21032f80c111d5c65f8ee712f88a Mon Sep 17 00:00:00 2001 From: lalehB Date: Thu, 25 Sep 2025 17:31:46 +0000 Subject: [PATCH] update the readme for pip intall --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c6baa26..35df092 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,11 @@ Here are some tips for improving performance: 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. +For installation: +```bash +pip install tesseract-decoder +``` + The following example demonstrates how to create and use the Tesseract decoder using the Python interface. ```python