Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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