Skip to content

Commit e2b3514

Browse files
Ruiqi ZhongRuiqi Zhong
authored andcommitted
added sqlparse dependency requirement
1 parent 3444a0e commit e2b3514

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Notice: Please refer to [Ruiqi's repo](https://github.com/ruiqi-zhong/TestSuiteE
99

1010
To run the test suite (execution) evaluation, first download the test suites (databases) for the 11 text-to-SQL tasks from [here](https://drive.google.com/file/d/1IJvpd30D3qP6BZu_1bwUSi7JCyynEOMp/view?usp=sharing), and put them in `database/` directory.
1111

12+
You also need to install sqlparse to run the evaluation.
13+
14+
```
15+
pip3 install sqlparse
16+
```
1217

1318
## Official Evaluation for Spider, SParC, and CoSQL
1419

0 commit comments

Comments
 (0)