README needed for python dependencies
cdabel opened this issue · 2 comments
cdabel commented
Hi, I'd be happy to draft a README for using this plugin if you could provide me with the dependencies needed to use the plugin.
cdabel commented
In particular, pymssql: What version is needed?
cdabel commented
nvm, I figured out them out:
OS-level dependencies: unixodbc, freetds <-- I installed these with homebrew
python module dependencies: Cython, smartopen, pymssql. <-- Installed with pip
The latest versions of each above sufficed.