This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch update-getting-started-instructions in repository https://gitbox.apache.org/repos/asf/otava.git
commit 6b11386ae6c5293c2ea842b824362bd114d2bee4 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Jul 19 19:15:44 2025 -0700 Update install instructions on Getting Started page --- docs/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GETTING_STARTED.md b/docs/GETTING_STARTED.md index 64160d1..a1bb572 100644 --- a/docs/GETTING_STARTED.md +++ b/docs/GETTING_STARTED.md @@ -27,7 +27,7 @@ use pyenv to install it. Use pipx to install otava: ``` -pipx install git+ssh://[email protected]/apache/otava +pip install apache-otava ``` ## Setup
