FindMalek / Syncify

Syncify is an open-source application, that lets you download Tracks, Albums, Playlist from Spotify.
24 stars 3 forks source link

Venv for python #5

Open CHJ85 opened 1 year ago

CHJ85 commented 1 year ago

Now that pip doesn't allow you to install python packages system-wide, you need to add the venv step to your installation instructions. And also, correct the path to Syncify. It's not cd Syncify-main, but cd Syncify. Oh, and don't use sudo with python.