From 6634f7f6a56120307b74e28a6bb908334e8103d4 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Thu, 20 Jul 2023 14:59:16 +0200
Subject: [PATCH] update python_install README.md to add title text

---
 templates/python/partial/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/templates/python/partial/README.md b/templates/python/partial/README.md
index 3a9a3f7..e1f9e51 100644
--- a/templates/python/partial/README.md
+++ b/templates/python/partial/README.md
@@ -20,8 +20,7 @@ consistent configuration across CI jobs that rely on a python environment.
 | `IMAGE_TAG`         | The default tag for the docker image. See [Python Docker Official Image](https://hub.docker.com/_/python) for supported tags and respective Dockerfile links | `"latest"`                                          |
 | `PYTHON_SETUP`      | Bash commands to setup your python environment. Default rely on `requirements.txt` to install all dependencies.                                              | `"pip install -r ${PROJECT_PATH}/requirements.txt"` |
 
-## 
-
+## Example of use
 
 ```yaml
 include:
-- 
GitLab