Took me a few extra steps to get going. Here were my steps on linux (Debian): 1. Clone repo: `git clone https://github.com/spotify2tidal/spotify_to_tidal.git` 2. Enter directory: `cd spotify-to-tidal` 3. Install Python: `sudo apt install python3-pip` 4. Update Pip: `python3 -m pip install --upgrade pip setuptools` 5. Edit config file (as per existing instructions) 6. Install as a module: `python3 -m pip install -e .` 7. Run as a module: `python3 -m spotify_to_tidal` Hope this helps someone. Thank you so much for this great script.