Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6634f7f6 authored by Dorian Turba's avatar Dorian Turba
Browse files

update python_install README.md to add title text

parent c14ecee6
No related branches found
No related tags found
No related merge requests found
Pipeline #22163 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment