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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9f0410e Install instructions use PyPI instead of GH (#2)
9f0410e is described below
commit 9f0410eee84e21608d312234c3e37452f0db2f9d
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Fri Jul 4 11:08:35 2025 -0700
Install instructions use PyPI instead of GH (#2)
---
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