Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down