update README

This commit is contained in:
Yam ZhengLim
2022-08-23 16:28:26 +08:00
parent cf95ed0683
commit a7e4d320e7
+2 -1
View File
@@ -11,6 +11,7 @@
### How To Run CMD:
###### pip3 install -r requirements.txt
###### Create "EXCHANGE_CONFIG.json" & "EXCHANGE_EXTRACT_SQL.json" in the config file and input the config value
###### python3 main.py
###### Example:- EXCHANGE_CONFIG.json
```
{
@@ -33,7 +34,7 @@
"products" : "SELECT * FROM products;"
}
```
###### python3 main.py
### Project Tree
```
data-management