Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding missing instructions to have the project working on Linux
  • Loading branch information
enriquezrene committed Sep 15, 2020
commit f14efaadd467549bb30db664c099b4fc81c4d5d1
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ automatically [pip](https://pip.pypa.io/en/stable/) as well.
virtualenv .venv
source .venv/bin/activate
```

Note:
If you're a linux user you will need to install an additional dependency to have it working.

Type in the terminal the following command to install the required dependency to have pyodbc working locally:

```sh
sudo apt-get install unixodbc-dev
```

- Install the requirements:
```
Expand Down