diff --git a/README.md b/README.md index 2331e9044..2ef68ae46 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,14 @@ _Click on the GIF below to see a full example run_ __Documentation is available at [https://docs.luxonis.com/en/latest/pages/tutorials/first_steps/](https://docs.luxonis.com/en/latest/pages/tutorials/first_steps/#first-steps-with-depthai).__ ## Installation - +First you need to clone this repository with +``` +git clone --recursive https://github.com/luxonis/depthai.git +``` +In case you have repository already cloned, you can update your submodules with: +``` +git pull --recurse-submodules +``` There are two installation steps that need to be performed to make sure the demo works: - **One-time installation** that will add all necessary packages to your OS. ```