From ee034be2bbfdf88ec06549b345ffc891d3aadf61 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 23 Nov 2023 07:32:46 -0600 Subject: [PATCH] docs: add Python, NodeJS and Docker Compose to API requirements --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a3a1fc2e..15d5677e 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ A REST API implementing each of the [30 example applications](https://platform.o _If you're new to Terraform then see [Getting Started With AWS and Terraform](./doc/terraform-getting-started.md)_ - [OpenAI platform API key](https://platform.openai.com/). _If you're new to OpenAI API then see [How to Get an OpenAI API Key](./doc/openai-api-key.md)_ +- [Python 3.11](https://www.python.org/downloads/): for creating virtual environment. +- [NodeJS](https://nodejs.org/en/download): used with NPM for configuring Semantic Release +- [Docker Compose](https://docs.docker.com/compose/install/): used for creating the AWS Lambda Layer. ## Documentation