ArduCAM / Arducam_tof_camera

51 stars 20 forks source link

Corrects a typo in the Install Python Dependencies script #23

Closed vlsd closed 1 year ago

vlsd commented 1 year ago

Line 31 of the script was missing install, and as such it failed with pip complaining it doesn't know what the numpy command is. This fixes it.