diff options
| author | Natan Yellin <aantn@users.noreply.github.com> | 2023-04-19 21:17:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-19 21:17:49 +0300 |
| commit | 396033388abb239cda22a677064f05524b7da433 (patch) | |
| tree | e65c07cf1dd1e10fc91633b9cf768c24d9b4f39a | |
| parent | c43c8ab1e6d8f70aa87d2adcb2dba7a014150c32 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -123,9 +123,6 @@ By default, we use a _simple_ strategy to calculate resource recommendations. It ## Getting Started -This is an example of how you may give instructions on setting up your project locally. -To get a local copy up and running follow these simple example steps. - ### Installation <!-- _Depending on your operating system, select the appropriate installation method._ @@ -158,10 +155,12 @@ sudo apt install robusta-krr `````sh docker pull robusta/krr -```` --> +```` #### Manual +--> + 1. Make sure you have [Python 3.9](https://www.python.org/downloads/) (or greater) installed 2. Clone the repo: |
