Skip to content

Commit

Permalink
Update README for minimum Python version for ansible-navigator (Pytho…
Browse files Browse the repository at this point in the history
…n 3.9 or higher) (#132)

Signed-off-by: Webster Mudge <wmudge@cloudera.com>
  • Loading branch information
wmudge authored Nov 2, 2023
1 parent 6865701 commit 6d83599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ To use the projects in `cloudera-deploy`, you need to first set up `ansible-navi
You can name your virtual environment anything you want; by convention, we like to call it `cdp-navigator`.

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

This step is _highly recommended_ yet optional.
Expand Down

0 comments on commit 6d83599

Please sign in to comment.