Move files from gst-python into the "subprojects/gst-python//" subdir
[platform/upstream/gstreamer.git] / subprojects / gst-python / examples / README.md
1 # Dependencies
2
3 Some of the examples require external python dependencies, for this purpose
4 an illustrative requirements.txt is provided, with annotations documenting
5 which example requires a dependency.
6
7 You can install all the dependencies with:
8
9 ```
10 python3 -m pip install -r requirements.txt --user
11 ```