Skip to content

Commit d36c581

Browse files
Add comments about installing necessary dev packages
1 parent bf9fca2 commit d36c581

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ Notes on Multiple sensor support:
2727

2828
### Compilation
2929

30-
* To compile the lib on your raspberry pi use following commands:
30+
* 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:
3136
```bash
3237
cd your_git_directory
3338
git clone https://github.com/johnbryanmoore/VL53L0X_rasp_python.git

0 commit comments

Comments
 (0)