rdblue commented on code in PR #4844: URL: https://github.com/apache/iceberg/pull/4844#discussion_r884333473
########## python/README.md: ########## @@ -30,26 +30,27 @@ cd iceberg/python pip install -e . ``` -## Testing +Development is made easy using [Poetry](https://python-poetry.org/docs/#installation). -Testing is done using tox. The config can be found in `tox.ini` within the python directory of the iceberg project. +## Development Review Comment: It would be good to have a setup section that instructs you to run `pip install poetry`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
