Updating the chaos recommender README to point to accurate python version

This commit is contained in:
Kamesh Akella
2023-11-03 11:23:43 -04:00
committed by Naga Ravi Chaitanya Elluri
parent 7a966a71d0
commit b734f1dd05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ If changes go into the main repository while you're working on your code it is b
If not already configured, set the upstream url for kraken.
```
git remote add upstream https://github.com/cloud-bulldozer/kraken.git
git remote add upstream https://github.com/redhat-chaos/krkn.git
```
Rebase to upstream master branch.
+2 -2
View File
@@ -15,12 +15,12 @@ This tool profiles an application and gathers telemetry data such as CPU, Memory
1. To run
```
$ python3 -m venv chaos
$ python3.9 -m venv chaos
$ source chaos/bin/activate
$ git clone https://github.com/redhat-chaos/krkn.git
$ cd krkn
$ pip3 install -r requirements.txt
$ python3 utils/chaos_recommender/chaos_recommender.py
$ python3.9 utils/chaos_recommender/chaos_recommender.py
```
2. Follow the prompts to provide the required information.