rdblue commented on code in PR #4844: URL: https://github.com/apache/iceberg/pull/4844#discussion_r884334040
########## 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: I also had to upgrade pip and virtualenv in Ubuntu 20.04 to get poetry working properly. -- 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]
