MonkeyCanCode commented on code in PR #4627: URL: https://github.com/apache/polaris/pull/4627#discussion_r3377440967
########## site/content/in-dev/unreleased/getting-started/binary-distribution.md: ########## @@ -52,3 +59,13 @@ You can verify the server is running by checking the health endpoint: ```bash curl http://localhost:8182/q/health ``` + +## Installing the CLI + +Install the Polaris CLI from PyPI: + +```bash +pip install apache-polaris +``` + +The `polaris` command will then be available in your shell. See [Using Polaris]({{% ref "using-polaris" %}}) for usage examples. Review Comment: Yes. I think maybe wait for https://github.com/apache/polaris/pull/4645 to get merge first (as this fixed all of the references and switch to use PyPI one). -- 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]
