From f856d17bfd70ffea43d728c5935a7e4c0aeb5abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Arag=C3=B3n?= Date: Thu, 17 Oct 2024 10:44:19 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#1520) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df30b217c..110d95a9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -146,7 +146,7 @@ instead of forking it. ### Development environment This repository contains several projects with different technologies. Depending on the project that you selected (eg. gateway), from the project directory you will run: -- `pip install -r requirements.txt requirements-dev.txt` for python projects (strongly consider using a [virtual environment](https://docs.python.org/3/library/venv.html)!). +- `pip install -r requirements.txt -r requirements-dev.txt` for python projects (strongly consider using a [virtual environment](https://docs.python.org/3/library/venv.html)!). - `helm dependency build` for helm (Before running this command, make sure to check for helm configuration instructions specific to your selected project charts). - `terraform init` for terraform.