A Strava dashboard on a Raspberry Pi (Part 2): Installing software
In last blogpost we set up the Raspberry Pi, attached the Inky Impression display and got the Raspberry Pi ready for remote access.
Time to get the Inky Impression software installed and make the Inky Impression screen display something.
Your SSH connection of choice
For this we’re going to have to run some commands via remote SSH. There are multiple ways to log in remotely. You can use a tool like Putty or the terminal on MacOS (I like iTerm2). That’s actually simpler.
But I chose to use Visual Studio Code because you can edit Python code remotely via SSH straight on the Raspberry Pi.
To do this you must install Visual Studio Code. Visual Studio Code has all kinds of extensions. Here we will install the Remote – SSH extension. And while you’re at it, maybe install the Python extension as well, because we will be writing some Python later.




