Hi All,
Superrrr minor ask here and one that I’ve already solved for myself technically. I have started migrating over to using the TDPyEnvManagerHelper, and I’m setting up a install script so that I can install my ENV on my different computers. I’m using a requirements.txt to manage my libraries and it would be nice to have –useReqs as a command line arg, in addition to the other common functions. I know it’s all accessible by just calling the python script, but if there’s gonna be a command line parser situation it would nice to be able to have more options. Again It’s a great tool and I’ve already implemented the change on my own file so if this doesn’t happen I get it.
Thanks!