We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9fca2 commit d36c581Copy full SHA for d36c581
1 file changed
README.md
@@ -27,7 +27,12 @@ Notes on Multiple sensor support:
27
28
### Compilation
29
30
-* To compile the lib on your raspberry pi use following commands:
+* To build on raspberry pi, first make sure you have the right tools and development libraries:
31
+```bash
32
+sudo apt-get install build-essential python-dev
33
+```
34
+
35
+Then use following commands to clone the repository and compile:
36
```bash
37
cd your_git_directory
38
git clone https://github.com/johnbryanmoore/VL53L0X_rasp_python.git
0 commit comments