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.git
commit 7bc376efc844001327ff699a43f1b1f1d11b5604 Author: Alex Sorokoumov <[email protected]> AuthorDate: Thu Jul 3 13:13:01 2025 -0700 Install instructions use PyPI instead of GH Fixes #56 --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 15ae43c..3695485 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -23,10 +23,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
