Updating prerequisites documentation (#3356)

This commit is contained in:
Ivan Povazan 2023-09-20 11:51:24 +02:00 коммит произвёл GitHub
Родитель b6d2a850e8
Коммит 6e1db7d4b4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -17,6 +17,12 @@ This is a general guideline on how the scenario tests are arranged in this repo.
### Prerequisites
- python3 or newer
- some of the scenarios require `requests` python module to be installed. To install the required module run:
```bash
python3 -m pip install requests
```
- dotnet runtime 3.0 or newer
- terminal/command prompt **in Admin Mode** (for collecting kernel traces)
- clean state of the test machine (anti-virus scan is off and no other user program's running -- to minimize the influence of environment on the test)