Skip to content

Commit 1438a78

Browse files
committed
Fix readme link.
1 parent e21e611 commit 1438a78

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ Query, Insert, Update, and Delete information from PostgreSQL, SQLite, MsSQL, My
44
## Pre-Requisites
55
This pack is set up to provide funcationality for the above databases. For MySQL and MsSQL we need to install 2 system packages.
66

7-
#### MySQL
7+
#### [MySQL](https://pypi.org/project/mysqlclient/)
88
``` shell
99
yum install mysql-devel
1010
```
1111

12-
#### MsSQL
13-
https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017
12+
#### [MsSQL](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017)
1413
``` shell
1514
curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
1615
yum install msodbcsql17

0 commit comments

Comments
 (0)