This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d8f208  Install instructions use PyPI instead of GH (#68)
6d8f208 is described below

commit 6d8f20893884db3468aa237640f03205492afdfe
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Fri Jul 4 11:07:22 2025 -0700

    Install instructions use PyPI instead of GH (#68)
---
 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

Reply via email to