From 2dec0fab7cae36abfd04328609809721150dbf92 Mon Sep 17 00:00:00 2001 From: Huanxing Date: Tue, 30 Jan 2024 10:25:32 +0800 Subject: [PATCH] fix VTUNE ENV typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89531b1..801809d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Provide the `build_ext` step with the path to the root VTune install directory. For instance, on Linux: export ITT_INCLUDE_DIR=$VTUNE_PROFILER_DIR/include - export ITT_LIBRARY_DIR=$VTUNE_PROFILE_DIR/lib64 + export ITT_LIBRARY_DIR=$VTUNE_PROFILER_DIR/lib64 python setup.py install The build assumes: