just updating readme to clarify a couple of things.
This commit is contained in:
parent
bfc4ad9f99
commit
7e2550b2b2
@ -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`
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user