Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
paaragon authored Oct 17, 2024
1 parent f847612 commit f856d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f856d17

Please sign in to comment.