From aa04bbdab0514c3e4af2f7b80f4210b73c8d7094 Mon Sep 17 00:00:00 2001 From: David Gamez Diaz <1192523+davidgamez@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:44:50 -0400 Subject: [PATCH] update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1ab6cc02..d9ca7561f 100644 --- a/README.md +++ b/README.md @@ -59,16 +59,18 @@ Folder `api` contains source code of the API implementation. This repository rel ## Requirements. -Python == 3.11 - -### Scripts dependencies +The tested and recommended Python version: `~=3.11`. +### External dependencies - docker + - docker-compose - wget + - Postgresql + - sed ## Installation & Usage -- As a one time step, download the `openapi-generator-cli.sh` script using: +- As a one-time step, download the `openapi-generator-cli.sh` script using: ```bash scripts/setup-openapi-generator.sh