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-website.git
commit c8a289cfa45d749e1fe9720592c3ee029451571e Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Jul 19 19:14:11 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 174c6c0..2ed7035 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,7 +7,7 @@ Otava requires Python 3.8. If you don't have Python 3.8, use pyenv to install i Use pipx to install otava: ``` -pipx install git+ssh://[email protected]/apache/otava +pip install apache-otava ``` ## Setup
