rich7420 commented on code in PR #698:
URL: https://github.com/apache/mahout/pull/698#discussion_r2596902317


##########
qdp/qdp-python/README.md:
##########
@@ -16,9 +16,13 @@ dlpack_ptr = engine.encode(data, num_qubits=2, 
encoding_method="amplitude")
 ```
 
 ## Build from source
-
 ```bash
-uv sync --extra dev
+# add a uv python 3.11 environment
+uv venv -p python3.11
+source .venv/bin/activate
+```
+```bash
+uv sync --group dev

Review Comment:
   I think it's right!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to