Update README.md
This commit is contained in:
parent
d6e5d04ca7
commit
e5bbb1ff1f
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ A python script for the rpi zero w to sync events from any online calendar to a
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
### Getting the Raspberry Pi Zero W ready
|
||||||
|
1. Expand the filesystem in the Terminal with **sudo raspi-config --expand-rootfs**
|
||||||
|
2. Enable SPI by entering **sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt** in the Terminal
|
||||||
|
|
||||||
### Installing required packages for python 3.5
|
### Installing required packages for python 3.5
|
||||||
Execute the following command in the Terminal to install all required packages:
|
Execute the following command in the Terminal to install all required packages:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue