And added the doit.cfg to my project folder, but if I run any of the example commands:
doit graphx
doit graph ## open matplotlib frame, WILL CHANGE THIS!
doit graph --deps file,calc,target --private
doit graph --out-file some.png
doit graph --graph-type json --out-file some.png
I only get:
ERROR: Invalid parameter: "graph". Must be a command, task, or a target.
I'm using Python 3.6 and doit 0.30.3 and have tried inside and outside of a virtualenv.
Hi,
Is this plugin still supported? I've installed with:
And added the
doit.cfg
to my project folder, but if I run any of the example commands:I only get:
I'm using Python 3.6 and doit 0.30.3 and have tried inside and outside of a
virtualenv
.