Skip to content

Commit a7e359c

Browse files
authored
Merge pull request #145 from FullStackWithLawrence/next
docs: add Python, NodeJS and Docker Compose to API requirements
2 parents 6625557 + ade46aa commit a7e359c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ A REST API implementing each of the [30 example applications](https://platform.o
6262
_If you're new to Terraform then see [Getting Started With AWS and Terraform](./doc/terraform-getting-started.md)_
6363
- [OpenAI platform API key](https://platform.openai.com/).
6464
_If you're new to OpenAI API then see [How to Get an OpenAI API Key](./doc/openai-api-key.md)_
65-
- [Python 3.11](https://www.python.org/downloads/): for creating virtual environment.
66-
- [NodeJS](https://nodejs.org/en/download): used with NPM for configuring Semantic Release
67-
- [Docker Compose](https://docs.docker.com/compose/install/): used for creating the AWS Lambda Layer.
65+
- [Python 3.11](https://www.python.org/downloads/): for creating virtual environment used for building AWS Lambda Layer, and locally by pre-commit linters and code formatters.
66+
- [NodeJS](https://nodejs.org/en/download): used with NPM for locally configuring/testing Semantic Release
67+
- [Docker Compose](https://docs.docker.com/compose/install/): used by an automated Terraform process to create the AWS Lambda Layer for OpenAI and LangChain.
6868

6969
## Documentation
7070

0 commit comments

Comments
 (0)