From e38d38e3825acd7ca633eee1dd6d4a81c8d1e4c9 Mon Sep 17 00:00:00 2001 From: Yam ZhengLim Date: Tue, 23 Aug 2022 01:10:03 +0800 Subject: [PATCH] README update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 217084d..9371437 100644 --- a/README.md +++ b/README.md @@ -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 ```