readme install

This commit is contained in:
Dominic DiTaranto 2026-08-09 21:20:57 -04:00
parent 5679fe8d12
commit 9d6babd722

View file

@ -12,8 +12,17 @@ Features:
## Installation Guide
PIP: `pipx install atonatui`
ARCH: `yay -S python-atonatui`
### Prerequisites
`atonatui` requires the **FluidSynth** audio engine to be installed on your system:
- **Arch Linux:** `sudo pacman -S fluidsynth`
- **Ubuntu/Debian:** `sudo apt install fluidsynth`
- **macOS (Homebrew):** `brew install fluidsynth`
- **Windows:** Download the binaries and add them to your system PATH.
### Installation
```bash
pipx install atonatui
```
## Main Page