Skip to content

Commit 6d83599

Browse files
authored
Update README for minimum Python version for ansible-navigator (Python 3.9 or higher) (#132)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 6865701 commit 6d83599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ To use the projects in `cloudera-deploy`, you need to first set up `ansible-navi
9191
You can name your virtual environment anything you want; by convention, we like to call it `cdp-navigator`.
9292

9393
```bash
94-
python -m venv ~/cdp-navigator; source ~/cdp-navigator/bin/activate;
94+
# Note! You will need Python 3.9 or higher!
95+
python3.9 -m venv ~/cdp-navigator; source ~/cdp-navigator/bin/activate;
9596
```
9697

9798
This step is _highly recommended_ yet optional.

0 commit comments

Comments
 (0)