Skip to content

Commit b5bf393

Browse files
author
Andrew Brookins
committed
Fix minimum python version in getting started guide
1 parent 3132321 commit b5bf393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This tutorial will walk you through installing Redis OM, creating your first mod
66

77
## Prerequisites
88

9-
Redis OM requires Python version 3.9 or above and a Redis instance to connect to.
9+
Redis OM requires Python version 3.7 or above and a Redis instance to connect to.
1010

1111
## Python
1212

13-
Make sure you are running **Python version 3.9 or higher**:
13+
Make sure you are running **Python version 3.7 or higher**:
1414

1515
```
1616
python --version
17-
Python 3.9.0
17+
Python 3.7.0
1818
```
1919

2020
If you don't have Python installed, you can download it from [Python.org](https://www.python.org/downloads/), use [Pyenv](https://github.com/pyenv/pyenv), or install Python with your operating system's package manager.

0 commit comments

Comments
 (0)