From fcf8ce57cab01ffe6bb6c460d47511cbc0db6e72 Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 27 Aug 2018 16:15:25 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e4b774..a5f752e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ A python script for the rpi zero w to sync events from any online calendar to a ### 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 +3. Reboot to apply changes ### Installing required packages for python 3.5 Execute the following command in the Terminal to install all required packages: