Skip to content

Commit 3a3ed91

Browse files
author
Andrew Brookins
committed
Merge branch 'main' of github.com:redis-developer/redis-om-python
2 parents e4e3583 + 4bcb033 commit 3a3ed91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/fastapi_integration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ This example shows how to manage these two uses of Redis within the same applica
2828

2929
## Example app code
3030

31-
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.
31+
Let's look at an example FastAPI app that uses Redis OM.
32+
33+
**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.
3234

3335
```python
3436
import datetime

0 commit comments

Comments
 (0)