| # Installation | |
| ## Install using pipx | |
| Otava requires Python 3.8. If you don't have python 3.8, use pyenv to install it. | |
| Use pip to install otava: | |
| ``` | |
| pip install apache-otava | |
| ``` | |
| ## Build Docker container | |
| To build the Docker container, run the following command: | |
| ```bash | |
| docker build -t otava . | |
| ``` |