[docs] Fix TestSuiteGuide.md to mention scipy

This has been required since https://reviews.llvm.org/D57828.

Differential Revision: https://reviews.llvm.org/D82379
This commit is contained in:
Russell Gallop 2020-06-23 14:50:11 +01:00
parent 2b89c34784
commit c798628fbd
1 changed files with 2 additions and 2 deletions

View File

@ -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: