From b734f1dd05ac435dbfb5305f8a2bbce6dfb55048 Mon Sep 17 00:00:00 2001 From: Kamesh Akella Date: Fri, 3 Nov 2023 10:24:07 -0400 Subject: [PATCH] Updating the chaos recommender README to point to accurate python version --- docs/contribute.md | 2 +- utils/chaos_recommender/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index 3e882441..ebbd765d 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -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. diff --git a/utils/chaos_recommender/README.md b/utils/chaos_recommender/README.md index d2f00f27..6f0e04b4 100644 --- a/utils/chaos_recommender/README.md +++ b/utils/chaos_recommender/README.md @@ -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.