diff --git a/README.md b/README.md index 6ebb672..c453263 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,37 @@ The result is a raw camera view with depth data overlayed on top of it. | -- | -- | -- | | ![](assets/demo1.png) | ![](assets/demo2.png) | ![](assets/demo3.png) | - \ No newline at end of file +With those installed, pull in all the Python dependencies with: + +```sh +pip3 install -r requirements.txt +``` + +Then, build the Rust and C++ code with: + +```sh +cargo build +``` + +To run OpenDepthMap, you must first start the LeapMotion driver with: + +```sh +sudo leapd +``` + +Then start OpenDepthMap with: + +```sh +./scripts/odm.sh +``` + +If you get a timeout error, ensure your LeapMotion device is connected, and try re-running OpenDepthMap.