Skip to content

Commit

Permalink
Merge pull request #1102 from luxonis/readme_calib_update
Browse files Browse the repository at this point in the history
Readme calib update
  • Loading branch information
MaticTonin authored Aug 18, 2023
2 parents e7db187 + f60fc9c commit f319764
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down

0 comments on commit f319764

Please sign in to comment.