Skip to content

Commit

Permalink
Merge pull request #145 from FullStackWithLawrence/next
Browse files Browse the repository at this point in the history
docs: add Python, NodeJS and Docker Compose to API requirements
  • Loading branch information
lpm0073 committed Nov 23, 2023
2 parents 6625557 + ade46aa commit a7e359c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +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.
- [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.
- [NodeJS](https://nodejs.org/en/download): used with NPM for locally configuring/testing Semantic Release
- [Docker Compose](https://docs.docker.com/compose/install/): used by an automated Terraform process to create the AWS Lambda Layer for OpenAI and LangChain.

## Documentation

Expand Down

0 comments on commit a7e359c

Please sign in to comment.