From d71201b7edfa9f49ce57aeec5f25beacf5434af6 Mon Sep 17 00:00:00 2001 From: Alex Sorokoumov Date: Thu, 3 Jul 2025 13:15:58 -0700 Subject: [PATCH] Install instructions use PyPI instead of GH This PR will be merged together with https://github.com/apache/otava/pull/68. --- 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://git@github.com/apache/otava +pip install apache-otava ``` ## Build Docker container