Add dependency to futures lib in README
[releng.git] / utils / test / result_collection_api / README.md
1 # result_collection_api
2
3 ## prepare:
4 Install:
5
6 ```
7 pip install testtools
8 pip install discover
9 pip install futures
10 ```
11
12 ## How to:
13 run_test.sh:
14
15 ```
16 bash ./run_test.sh
17 ```