Skip to content

Commit defa27e

Browse files
author
sreeder
committed
update README
1 parent c65084e commit defa27e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,15 @@ Download the source code ​[here](https://code.google.com/p/pyodbc/downloads/de
6464
Unzip the directory where ever you want.
6565
Edit ​setup.py​ within the pyodbc directory.
6666
Look for the line that says “OS/X now ships with iODBC.” Right underneath that, remove the letter i from the statement:
67+
6768
settings[‘libraries’].append(‘iodbc’)
6869

6970
so that it reads:
71+
7072
settings[‘libraries’].append(‘odbc’)
71-

73+
7274
Now that the setup.py file is configured correctly, pyodbc is ready to be installed. From your virtual environment, do a pip install of pyodbc and use the modified package.
75+
7376
pip install -e PATH_TO_PYODBC
7477

7578

0 commit comments

Comments
 (0)