Add docs for installing chaos-recommender dependencies

This commit also updates roadmap around chaos-recommender.
This commit is contained in:
Naga Ravi Chaitanya Elluri
2023-10-16 14:11:11 -04:00
parent 5953e53b46
commit 8cbd1c5e7f
2 changed files with 7 additions and 2 deletions

View File

@@ -15,7 +15,12 @@ This tool profiles an application and gathers telemetry data such as CPU, Memory
1. To run
```
python3 chaos-recommender.py
$ python3 -m venv chaos
$ source chaos/bin/activate
$ git clone https://github.com/redhat-chaos/krkn.git
$ cd krkn/utils/chaos-recommender
$ pip3 install -r requirements.txt
$ python3 chaos-recommender.py
```
2. Follow the prompts to provide the required information.