From 8e855ab2a22c1300a73634afa0ac1921ed9be777 Mon Sep 17 00:00:00 2001 From: setrofim Date: Wed, 13 Nov 2024 13:31:10 +0000 Subject: [PATCH] Update deployments/aws/README.md Co-authored-by: Thomas Fossati --- deployments/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/aws/README.md b/deployments/aws/README.md index a5c80f9d..52397a33 100644 --- a/deployments/aws/README.md +++ b/deployments/aws/README.md @@ -19,7 +19,7 @@ Additionally, the following dependencies are required specifically for AWS deplo - `psql`: Postgres client used to initialise the stores (may be packaged on its own or as part of `postgres`, depending on the platform). - A number of Python packages used by the deployment script. Please see - [requirements.txt](misc/requirements.txt) fof details. + [requirements.txt](misc/requirements.txt) for details. `curl` and `openssl` should be available from your OS's package manager. Python dependencies are installable via `pip`/`PyPI`. For `packer`, please see [its