From 8225b8041d187fd9c16ef42b1feac36206ef0a91 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Fri, 2 Jul 2021 19:54:01 +0100 Subject: [PATCH] Update pi-proximity.md --- .../lessons/4-trigger-fruit-detector/pi-proximity.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/4-manufacturing/lessons/4-trigger-fruit-detector/pi-proximity.md b/4-manufacturing/lessons/4-trigger-fruit-detector/pi-proximity.md index ea95600c..ef4a7ba7 100644 --- a/4-manufacturing/lessons/4-trigger-fruit-detector/pi-proximity.md +++ b/4-manufacturing/lessons/4-trigger-fruit-detector/pi-proximity.md @@ -41,6 +41,7 @@ Program the device. 1. Open the `fruit-quality-detector` code in VS Code, either directly on the Pi, or connect via the Remote SSH extension. 1. Install the rpi-vl53l0x Pip package, a Python package that interacts with a VL53L0X time-of-flight distance sensor. Install it using this pip command + ```sh pip install rpi-vl53l0x ``` @@ -100,4 +101,4 @@ Program the device. > 💁 You can find this code in the [code-proximity/pi](code-proximity/pi) folder. -😀 Your proximity sensor program was a success! \ No newline at end of file +😀 Your proximity sensor program was a success!