From c798628fbdcc88b8e4b478c7a44aac66ccd74256 Mon Sep 17 00:00:00 2001 From: Russell Gallop Date: Tue, 23 Jun 2020 14:50:11 +0100 Subject: [PATCH] [docs] Fix TestSuiteGuide.md to mention scipy This has been required since https://reviews.llvm.org/D57828. Differential Revision: https://reviews.llvm.org/D82379 --- llvm/docs/TestSuiteGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md index 6128636..1392ad0 100644 --- a/llvm/docs/TestSuiteGuide.md +++ b/llvm/docs/TestSuiteGuide.md @@ -71,8 +71,8 @@ Quickstart 6. Show and compare result files (optional): ```bash - # Make sure pandas is installed. Prepend `sudo` if necessary. - % pip install pandas + # Make sure pandas and scipy are installed. Prepend `sudo` if necessary. + % pip install pandas scipy # Show a single result file: % test-suite/utils/compare.py results.json # Compare two result files: -- 2.7.4