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 ```