Re: [I] [Docs] Improve contributing instructions [iceberg-python]

2025-05-09 Thread via GitHub
kevinjqliu closed issue #1964: [Docs] Improve contributing instructions URL: https://github.com/apache/iceberg-python/issues/1964 -- 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.

Re: [I] [Docs] Improve contributing instructions [iceberg-python]

2025-05-03 Thread via GitHub
kevinjqliu commented on issue #1964: URL: https://github.com/apache/iceberg-python/issues/1964#issuecomment-2848891806 Thanks for improving the docs! I think the issue here is the use of `virtualenv`. The project uses `poetry` to manage python environment. So we should install `poetry`

[I] [Docs] Improve contributing instructions [iceberg-python]

2025-05-03 Thread via GitHub
petern48 opened a new issue, #1964: URL: https://github.com/apache/iceberg-python/issues/1964 ### Apache Iceberg version None ### Please describe the bug 🐞 Currently, the docs ask the developer to activate the environment and then run `make install`, which should run bot