[PATCH] D82379: [docs] Fix TestSuiteGuide.md to mention scipy

Russell Gallop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 06:22:38 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc798628fbdcc: [docs] Fix TestSuiteGuide.md to mention scipy (authored by russell.gallop).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82379/new/

https://reviews.llvm.org/D82379

Files:
  llvm/docs/TestSuiteGuide.md


Index: llvm/docs/TestSuiteGuide.md
===================================================================
--- llvm/docs/TestSuiteGuide.md
+++ llvm/docs/TestSuiteGuide.md
@@ -71,8 +71,8 @@
 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:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82379.280087.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200723/7ca669c8/attachment.bin>


More information about the llvm-commits mailing list