machinalis / quepy

A python framework to transform natural language questions to queries in a database query language.
Other
1.25k stars 296 forks source link

The quepy version on pypi is missing docopt as a requirement #24

Closed rafacarrascosa closed 8 years ago

rafacarrascosa commented 8 years ago

That, docopt is missing as a requirement

iScienceLuvr commented 8 years ago

what is the importance of docopt for the module?

rafacarrascosa commented 8 years ago

It's needed by the quepy command line utility to parse command line arguments. The version on github already has this requirement, so as a hotfix you can do:

pip install -e path/to/quepy/repo

to have it installed.

iScienceLuvr commented 8 years ago

@rafacarrascosa interesting, because I downloaded quepy using pip install and it works fine with command line questions. Anyway, I did make a pull request to add that docopt is a requirement in the docs.

rafacarrascosa commented 8 years ago

Thanks for the PR! credits to you @iScienceLuvr :)