Raspberry Pi4 python led test
Raspi4 version : 20.04.3 LTS focal fossa Ubuntu Server
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y python-dev python-setuptools
sudo apt-get install gcc g++Connect github first time
git initgit config --global user.email "your email"
git config --global user.name "desirable name"git add .git commit -m "first commit"git branch -M maingit remote add origin https://github.com/[your github repogitory]git push -u origin mainClone github
git clone https://github.com/[your github repogitory]
Leave a comment