From 7e2550b2b246592d8c2d51ed9349de126894a57b Mon Sep 17 00:00:00 2001 From: stan44 Date: Tue, 8 Apr 2025 00:23:24 -0500 Subject: [PATCH] just updating readme to clarify a couple of things. --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b745e85..9efd9b0 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ A powerful file browser application with special focus on audio file handling, M ## Requirements -- Python 3.6+ +- Python 3.6+ (maybe 3.8 or newer) - PyQt6 - FluidSynth (for MIDI playback) - Mido (MIDI handling library) @@ -37,7 +37,11 @@ pip install pyqt6 fluidsynth-midi mido mutagen py7zr rarfile numpy sounddevice ### 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` - **Linux**: `sudo apt-get install fluidsynth`