forked from OSchip/llvm-project
[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:
parent
2b89c34784
commit
c798628fbd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue