Update readme.md

This commit is contained in:
stan44 2025-04-08 00:24:26 -05:00
parent 7e2550b2b2
commit 5349846eb4

View File

@ -38,10 +38,7 @@ 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/) (you can also use choco [chocolatey website](https://chocolatey.org/)) - **Windows**: Download from [FluidSynth website](https://www.fluidsynth.org/) (you can also use choco [chocolatey website](https://chocolatey.org/))
- **Windows Choco**: - **Windows Choco**: `choco install fluidsynth`
```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`