Add command line interface [5 pts]
Closed this issue · 1 comments
SimLeek commented
read through https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html to set up with pip
There's also a argparse library which will be nice for getting a decent set of initial arguments.
SimLeek commented
No.