mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
12 lines
307 B
Markdown
12 lines
307 B
Markdown
|
# 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
|
||
|
```
|