Skip to content

Commit f14efaa

Browse files
committed
Adding missing instructions to have the project working on Linux
1 parent 5add52d commit f14efaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ automatically [pip](https://pip.pypa.io/en/stable/) as well.
3333
virtualenv .venv
3434
source .venv/bin/activate
3535
```
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+
```
3645

3746
- Install the requirements:
3847
```

0 commit comments

Comments
 (0)