just updating readme to clarify a couple of things.

This commit is contained in:
stan44 2025-04-08 00:23:24 -05:00
parent bfc4ad9f99
commit 7e2550b2b2

View File

@ -14,7 +14,7 @@ A powerful file browser application with special focus on audio file handling, M
## Requirements ## Requirements
- Python 3.6+ - Python 3.6+ (maybe 3.8 or newer)
- PyQt6 - PyQt6
- FluidSynth (for MIDI playback) - FluidSynth (for MIDI playback)
- Mido (MIDI handling library) - Mido (MIDI handling library)
@ -37,7 +37,11 @@ pip install pyqt6 fluidsynth-midi mido mutagen py7zr rarfile numpy sounddevice
### 3. Install FluidSynth ### 3. Install FluidSynth
- **Windows**: Download from [FluidSynth website](https://www.fluidsynth.org/) - **Windows**: Download from [FluidSynth website](https://www.fluidsynth.org/) (you can also use choco [chocolatey website](https://chocolatey.org/))
- **Windows Choco**:
```bash
choco install fluidsynth
```
- **macOS**: `brew install fluid-synth` - **macOS**: `brew install fluid-synth`
- **Linux**: `sudo apt-get install fluidsynth` - **Linux**: `sudo apt-get install fluidsynth`