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
