Skip to content

Commit

Permalink
Updating prerequisites documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpovazan committed Sep 20, 2023
1 parent ea52574 commit 5b454e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/scenarios-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5b454e1

Please sign in to comment.