michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

Suggest adding unixODBC to dependencies documentation #159

Open cipiasentini opened 6 years ago

cipiasentini commented 6 years ago

I tried to make this package work but I got an error, doing some research I found that in order for pyodbc to work unixODBC needs to be installed. At least on macOS 10.13.04. I suggest adding that information to the documentation.