From 4fed4b1365e93b7e361c21848c47ba5f3d0c2833 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 26 May 2017 11:10:56 +0530 Subject: [PATCH] Update docs for running as normal user --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f188fe..be8c4d8 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ That's how your Music library will look like! cd git clone https://github.com/Ritiek/Spotify-Downloader cd Spotify-Downloader -sudo pip install -U -r requirements.txt +pip install -U -r requirements.txt ``` You'll also need to install avconv: `sudo apt-get install libav-tools` (`brew install libav` for Mac) -Use `sudo python spotdl.py` to launch the script. +Use `python spotdl.py` to launch the script. ### Windows @@ -101,7 +101,7 @@ No problem! ``` cd cd Spotify-Downloader -sudo nano list.txt +nano list.txt ``` (if you are on windows, just edit `list.txt` - i.e `C:\Python27\list.txt`)