blob: 0fb77f36cf2424edd8a2ab51cf73cfceb8116226 [file] [view]
# 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 .
```