Skip to content

Files

Latest commit

51efb8a · Dec 14, 2021

History

History
25 lines (20 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 433 Bytes

VL53L0X Python interface on Raspberry Pi

Installation

# Python2
pip2 install .
# Python3
pip3 install . 

Compilation

  • To build on raspberry pi, first make sure you have the right tools and development libraries:
sudo apt-get install build-essential python-dev

Then use following commands to clone the repository and compile:

cd your_git_directory
git clone 
cd VL53L0X-python
make