Skip to content

Commit

Permalink
Add comments about installing necessary dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbryanmoore authored Feb 9, 2017
1 parent bf9fca2 commit d36c581
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ Notes on Multiple sensor support:

### Compilation

* 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:
```bash
sudo apt-get install build-essential python-dev
```

Then use following commands to clone the repository and compile:
```bash
cd your_git_directory
git clone https://github.com/johnbryanmoore/VL53L0X_rasp_python.git
Expand Down

0 comments on commit d36c581

Please sign in to comment.