Installation - RalkeyOfficial/soundcloud-downloader GitHub Wiki
Prerequisites
- Python 3.x (3.10.6 recommended)
Installation
-
Clone the repo
git clone https://github.com/RalkeyOfficial/soundcloud-downloader.git cd soundcloud-downloader
-
Install app dependencies
pip install -r requirements.txt
-
Install FFmpeg
Windows
- Using winget (recommended):
winget install ffmpeg
- Using Chocolatey:
choco install ffmpeg
- Alternatively: Download from the FFmpeg official website and add to PATH
macOS
brew install ffmpeg
Linux
sudo apt-get install ffmpeg
or use the equivalent command for your distribution