Hello, Here is the PR for this: https://github.com/apache/polaris/pull/4645
Thanks, Yong > On Jun 8, 2026, at 5:11 PM, Dmitri Bourlatchkov <[email protected]> wrote: > > Hi Yong, > > This sounds like a good plan to me. > > Cheers, > Dmitri. > >> On Sat, Jun 6, 2026 at 10:42 PM Yong Zheng <[email protected]> wrote: >> >> Hello, >> >> As we have 2 version of apache-polaris CLI published to PyPi ( >> https://pypi.org/project/apache-polaris/#history), should we consider >> promoting this way of setup for non-dev work (e.g. it doesn't make sense >> for asking user to setup cli via uv/make and people should just be able to >> install latest published one from PyPi). To achieve so, we would need the >> change of following: >> 1. Deprecated bash script >> https://github.com/apache/polaris/blob/main/polaris (this is just a >> wrapper for setting up, same can be performed via "make client-xxxx") >> 2. Update doc ( >> https://polaris.apache.org/releases/1.5.0/getting-started/using-polaris/) >> to include pip install command (this got raised via >> https://github.com/apache/polaris/pull/4627). >> 3. Instead of using "./polaris xxx" in the document, it will just be >> "polaris xxx" throughout the doc. >> >> Thanks, >> Yong Zheng >>
