Codebase list gst-python1.0 / run/01fc08cd-b841-4d11-9548-2dae9e198939/main examples
run/01fc08cd-b841-4d11-9548-2dae9e198939/main

Tree @run/01fc08cd-b841-4d11-9548-2dae9e198939/main (Download .tar.gz)

# 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
```