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!