Installation - RalkeyOfficial/soundcloud-downloader GitHub Wiki

Prerequisites

  • Python 3.x (3.10.6 recommended)

Installation

  1. Clone the repo

    git clone https://github.com/RalkeyOfficial/soundcloud-downloader.git
    cd soundcloud-downloader
    
  2. Install app dependencies

    pip install -r requirements.txt
    
  3. Install FFmpeg

Windows

macOS

  • brew install ffmpeg

Linux

  • sudo apt-get install ffmpeg or use the equivalent command for your distribution