From e16afba208163b486153ea50cf3225c7b879c6b5 Mon Sep 17 00:00:00 2001 From: eshcherb <33529668+eshcherb@users.noreply.github.com> Date: Thu, 14 Nov 2019 10:13:08 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f80fe90a2d..770ff47d46 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ asyncronous activity records pool support. ## To build and run test ``` - ROCm-2.3 or higher is required - - cd + - Python2.7 is required. + The required modules: CppHeaderParser, argparse. + To instaLL: + sudo pip install CppHeaderParser argparse - CLone development branch of roctracer: git clone -b amd-master https://github.com/ROCm-Developer-Tools/roctracer