From 4bcb03360dcd589c6bc199258e0e54db18faae55 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Thu, 25 Nov 2021 07:33:28 -0800 Subject: [PATCH] Update fastapi_integration.md --- docs/fastapi_integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/fastapi_integration.md b/docs/fastapi_integration.md index c9d319d..a4bbb7b 100644 --- a/docs/fastapi_integration.md +++ b/docs/fastapi_integration.md @@ -28,7 +28,9 @@ This example shows how to manage these two uses of Redis within the same applica ## Example app code -Let's look at an example FastAPI app that uses Redis OM. I'll include the code here, but to actually run the example, you'll want to check out the [redis-om-fastapi](https://github.com/redis-developer/redis-om-fastapi) repository from GitHub, which includes the `pyproject.toml` file needed to install the app's dependencies. +Let's look at an example FastAPI app that uses Redis OM. + +**NOTE**: This example code requires dependencies to run. To install the dependencies, first clone the [redis-om-fastapi](https://github.com/redis-developer/redis-om-fastapi) repository from GitHub. Then follow the installation steps later in this document or in that repository's README.md file. ```python import datetime