Skip to content

Installation

Yaronzz edited this page Mar 8, 2020 · 1 revision

INSTALL ON WINDOWS

  1. Google how to install python and pip3
  2. Install tidal-dl by pip3
pip3 install tidal-dl

INSTALL ON MAC

Open terminal and type this
$ brew install python
$ curl -O http://python-distribute.org/distribute_setup.py
$ python distribute_setup.py
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
$ pip install --upgrade tidal-dl
$ tidal-dl

INSTALL ON PHONE

  1. Install Termux: https://play.google.com/store/apps/details?id=com.termux
  2. Open permission:
termux-setup-storage
  1. Install python and tidal-dl
# pkg install python clang libjpeg-turbo ffmpeg zlib -y
# pip install --upgrade pip
# pip install --upgrade tidal-dl
# tidal-dl
Clone this wiki locally