# Python2
pip2 install .
# Python3
pip3 install .
- 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