Skip to content

Commit 90dae4f

Browse files
authored
Update README.md
1 parent 394d8f4 commit 90dae4f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The project has Dependencies which are all open sourced (modules such as pickle,
66
# Requirements:
77
1. Python 3
88
2. MySQL workbench 8.0
9+
910
because I've tested the code using these versions only...
1011

1112
# Setup:
@@ -15,17 +16,20 @@ Run the file named "main.py" and follow the instructions of the program...
1516
Open the file named "firsttime.txt" and change the value from False to True (case sensitive)
1617

1718
# Troubleshooting:
18-
I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
19+
1.I suspect that the people who haven't set a password for SQL may encounter an error. (will fix it later)
20+
1921
I strongly suggest users to have a password set in MySQL.
2022

21-
Check if the terminal shows the message "Connection established successfully"
23+
2.Check if the terminal shows the message "Connection established successfully"
24+
2225
That means you entered your credentials properly
2326

24-
Any other exception will pop up in the terminal...
27+
3.Any other exception will pop up in the terminal...
2528

2629
# About:
2730
This project aims to create a bridge between Python and SQL and use it in real world problems/applications...
31+
2832
This project is currently under development...
2933

30-
#Done by:
34+
# Done by:
3135
Om J Shah

0 commit comments

Comments
 (0)