README update

This commit is contained in:
Yam ZhengLim
2022-08-23 01:10:03 +08:00
parent 9d49188f39
commit e38d38e382
+4 -3
View File
@@ -3,13 +3,14 @@
### Built With
* [Python 3.9.12](https://www.python.org/downloads/)
* [mysql-connector-python 8.0.30](https://pypi.org/project/mysql-connector-python/)
* [google-cloud-storage 2.5.0](https://pypi.org/project/google-cloud-storage/)
## ✨ Code-base structure
### How To Run CMD:
###### pip install -r requirements.txt
###### python run_extract_load.py
###### pip3 install -r requirements.txt
###### python3 main.py
```
data-management
@@ -32,7 +33,7 @@ data-management
├─ general_function.py # All customize general code function to import in run_extract_load.py
├─ README.md # Project guide
├─ requirements.txt # Install needed library
└─ main.py # Main code to run the extract load process
└─ main.py # Main code to run the extract load process
```