diff --git a/python-packages/README.md b/python-packages/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c573871422f5c52064421f320bba5f108fd32cd1
--- /dev/null
+++ b/python-packages/README.md
@@ -0,0 +1,11 @@
+# Include jobs from external YAML files
+
+You can include the jobs in this repository's YAML files as follows:
+
+```yml
+include:
+  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/virtualenv.yml
+  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/test.yml
+  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/pages.yml
+  - https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/python-packages/artifactory.yml
+```