We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5add52d commit f14efaaCopy full SHA for f14efaa
README.md
@@ -33,6 +33,15 @@ automatically [pip](https://pip.pypa.io/en/stable/) as well.
33
virtualenv .venv
34
source .venv/bin/activate
35
```
36
+
37
+Note:
38
+If you're a linux user you will need to install an additional dependency to have it working.
39
40
+Type in the terminal the following command to install the required dependency to have pyodbc working locally:
41
42
+```sh
43
+sudo apt-get install unixodbc-dev
44
+```
45
46
- Install the requirements:
47
0 commit comments