Those kinds of systems are for building stuff, they assume and have multiple build steps with complex dependency relations (like autogen header -> Compile -> link -> test), and that each step takes dozens of seconds and maybe even minutes.
In your case, it seems you only have one non-trivial step: python dep install. So this system will be quite overkill for you.
In your case, it seems you only have one non-trivial step: python dep install. So this system will be quite overkill for you.