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 b3970e6b0 Fix command syntax for QDP installation (#848)
b3970e6b0 is described below

commit b3970e6b006dcb095f9da1930e09613d2c33084d
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Sat Jan 17 13:16:21 2026 +0800

    Fix command syntax for QDP installation (#848)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dc14d1b0f..cc5899d42 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ 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)
+uv sync --group qdp         # With QDP (requires CUDA GPU)
 ```
 
 ### Qumat: Run a quantum circuit

Reply via email to