q
q copied to clipboard
Use of API on Windows
Hi @harelba - this is a great project.
Once question I have is how to use the API on Windows. I cloned the repository, went in to bin/, and ran
> python
>>> from qtextasdata import QTextAsData
I got the output:
File: "...\q\bin\qtextasdata.py", line 1, in <module> q
NameError: name 'q' is not defined
Am I using the API incorrectly?