mmmmxa commented on code in PR #3825: URL: https://github.com/apache/iggy/pull/3825#discussion_r3735203340
########## foreign/python/README.md: ########## @@ -24,6 +24,7 @@ Apache Iggy is the persistent message streaming platform written in Rust, suppor ```bash # Using uv +uv venv # if not already created Review Comment: `uv pip install apache-iggy` fails the same in a directory without a project. Since `uv` is practically always used in a managed project, I've just left the add command and changed the comment to specify that the command requires a project. ########## foreign/python/README.md: ########## @@ -24,6 +24,7 @@ Apache Iggy is the persistent message streaming platform written in Rust, suppor ```bash # Using uv +uv venv # if not already created Review Comment: `uv pip install apache-iggy` fails the same in a directory without a project or a venv. Since `uv` is practically always used in a managed project, I've just left the add command and changed the comment to specify that the command requires a project. -- 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]
