This is an automated email from the ASF dual-hosted git repository.
hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 88eb7d1dc Enhance README with QDP installation instructions (#1092)
88eb7d1dc is described below
commit 88eb7d1dca8dc8363fbb5038f0b04d982436457f
Author: Ryan Huang <[email protected]>
AuthorDate: Thu Feb 26 23:37:12 2026 +0800
Enhance README with QDP installation instructions (#1092)
Updated installation instructions for Qumat to include support for Quantum
Data Plane (QDP).
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 3cef08ee9..cf508ea34 100644
--- a/README.md
+++ b/README.md
@@ -40,11 +40,13 @@ Qumat is a high-level Python library for quantum computing
that provides:
## Quick Start
```bash
-git clone https://github.com/apache/mahout.git
-cd mahout
-pip install uv
-uv sync # Core Qumat
-uv sync --extra qdp # With QDP (requires CUDA GPU)
+pip install qumat
+```
+
+with QDP (Quantum Data Plane) support
+
+```bash
+pip install qumat[qdp]
```
### Qumat: Run a Quantum Circuit