From d5f09ca12d0bd746a3be77f3195c4c4efaa69712 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Mon, 15 Mar 2021 00:10:23 +0100 Subject: [PATCH] Update create_image.md --- create_image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_image.md b/create_image.md index 88f08003..96bbf612 100644 --- a/create_image.md +++ b/create_image.md @@ -74,7 +74,7 @@ This step installs a few libraries required for the webcam to work. - Add at the end: `alias ll="ls -lah"` - Update the index: `sudo apt update` -- Install utilities, graphics libraries, fonts: `sudo apt install -y git whois libopenjp2-7-dev libtiff-dev fonts-dejavu` +- Install utilities, graphics libraries, fonts: `sudo apt install -y git whois libopenjp2-7-dev libtiff-dev fonts-dejavu libatlas-base-dev` (libatlas is for numpy). - Setup cronjob to turn off HDMI at reboot: - `sudo nano /etc/cron.d/no-hdmi` - Content: