mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
Add docs for installing chaos-recommender dependencies
This commit also updates roadmap around chaos-recommender.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user