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

how to start a project #55

Open vyaslkv opened 6 years ago

vyaslkv commented 6 years ago

as there is no quepy.py file then how can we start a new project I have tried with quepyapp.py file to start a new project but nothing happened

"$ quepy.py startapp dbpedia" how to do this

agex-n7 commented 6 years ago

There is a plain "quepy" file (no extension) in the /scripts folder, which you can use to start a new project

yangsongwei commented 5 years ago

your python interpreter is py3?