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`