summaryrefslogtreecommitdiff
path: root/examples/README.md
blob: 9a888987ae8a1d4535845987f154c285226dbefe (plain)
1
2
3
4
5
6
7
8
9
10
11
# Dependencies

Some of the examples require external python dependencies, for this purpose
an illustrative requirements.txt is provided, with annotations documenting
which example requires a dependency.

You can install all the dependencies with:

```
python3 -m pip install -r requirements.txt --user
```