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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,15 @@ sudo apt-get install lightdm

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 Expand Up @@ -173,4 +178,4 @@ DEVICE_TYPE="smartphone"

Here is the wiring of the hardware, as of revision 1. Note that the pin numbers correlate to those referenced in [click.c](./clickwheel/click.c)

![Wiring Diagram](./.docs/sPot_schematic.png)
![Wiring Diagram](./.docs/sPot_schematic.png)