Skip to content

Software Installation

Chad Francis edited this page Nov 2, 2021 · 4 revisions

update apt package lists

sudo apt-get update

Setup git

sudo apt-get install git

setup ssh key in github (optional)

ssh-keygen -t ed25519 -C "your_email@example.com"
cat ~/.ssh/id_ed25519.pub

Clone repo

git clone git@github.com:yamanote1138/raspi-ruxpin.git
cd raspi-ruxpin

Install System Dependencies

sudo apt-get install espeak
sudo apt-get install python3-alsaaudio
sudo apt-get install python3-pip

Install Python Modules

sudo pip3 install aiohttp
sudo pip3 install python-socketio
sudo pip3 install jinja2
sudo pip3 install aiohttp-jinja2