This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch update-install-instructions in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit d71201b7edfa9f49ce57aeec5f25beacf5434af6 Author: Alex Sorokoumov <[email protected]> AuthorDate: Thu Jul 3 13:15:58 2025 -0700 Install instructions use PyPI instead of GH This PR will be merged together with https://github.com/apache/otava/pull/68. --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 470f808..0fb77f3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,10 +4,10 @@ Otava requires Python 3.8. If you don't have python 3.8, use pyenv to install it. -Use pipx to install otava: +Use pip to install otava: ``` -pipx install git+ssh://[email protected]/apache/otava +pip install apache-otava ``` ## Build Docker container
