Skip to content

Commit 686264c

Browse files
Update README.md
1 parent 7ee981c commit 686264c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ Then, we can run Main Program.py. It has many features which are required to man
77

88
I have used these modules in these files, so kindly ensure that you have all of these modules installed in your PC:
99

10-
mysqlconnector: Connects MySQL and Python and then we can use MySQL in python also. Module link:
10+
mysqlconnector: Connects MySQL and Python and then we can use MySQL in python also.
11+
Module link:
1112
```pip install mysql-connector-python```
1213

1314
tabulate: This module helps to showcase results in tabular form in python:
15+
Module link:
1416
```pip install tabulate```
1517

1618
For different types of table please refer this link: https://pypi.org/project/tabulate/

0 commit comments

Comments
 (0)