Skip to content

Commit

Permalink
Updating the chaos recommender README to point to accurate python ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
kami619 authored and chaitanyaenr committed Nov 3, 2023
1 parent 7a966a7 commit b734f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions utils/chaos_recommender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b734f1d

Please sign in to comment.