Skip to content

Commit 6209889

Browse files
authored
DOC: Added instructions for Azure Linux (#567)
### Work Item / Issue Reference <!-- IMPORTANT: Please follow the PR template guidelines below. For mssql-python maintainers: Insert your ADO Work Item ID below For external contributors: Insert Github Issue number below Only one reference is required - either GitHub issue OR ADO Work Item. --> <!-- mssql-python maintainers: ADO Work Item --> > AB#<WORK_ITEM_ID> <!-- External contributors: GitHub Issue --> > GitHub Issue: #561 ------------------------------------------------------------------- ### Summary Added Azure Linux instructions to the README.md
1 parent 5692a82 commit 6209889

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ zypper install -y libltdl7 libkrb5-3 libgssapi-krb5-2
3838
# For SUSE/openSUSE
3939
zypper install -y libltdl7
4040

41+
# For Azure Linux
42+
tdnf distro-sync && tdnf install -y libtool-ltdl krb5-libs glibc-iconv
43+
4144
pip install mssql-python
4245
```
4346

0 commit comments

Comments
 (0)