Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #18

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ sudo apt-get install x11-xserver-utils
sudo apt install git

```

3. Install Dependencies

```
```sh
git clone https://github.com/dupontgu/retro-ipod-spotify-client.git
cd retro-ipod-spotify-client
pip3 install -r requirements.txt
```

Expand Down