MonkeyCanCode opened a new pull request, #1995: URL: https://github.com/apache/polaris/pull/1995
The current `Makefile` and `README.md` is asking users to setup needed python environment (either virtual or the one installed on the OS) then installed the needed dependencies. I think it makes more senses to automate it and use a virtual env instead to avoid change an end-users' OS python (as if they didn't setup virtual env, the package will needed to be installed on the OS one). This PR updated the existed `Makefile` with those automations and remove the reference for manually setup dependencies. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org