The OVDashboard API is fully configured by environment variables or an `.env` file in the current working directory. Refer to the [main README](../README.md) for the list of variables.
## Dependencies
Refer to your distribution's manual for how to install these dependencies.
- Python 3.9 with pip <br/>
If `python3 --version` shows "Python 3.9" or later, and `python3 -m pip` does execute, you're good to go
- git (recommended)
- libmagic
## Installation
If `git` is installed, install `ovdashboard_api` directly using this command:
If installing `git` is not an option, just [download and extract this repository's archive](TODO), then use the local path instead of the `git+https` URL for `pip install`.