py-template is a template python package.
You can install the precompiled version directly using pip. You need to specify the machine learning framework
that you want to use:
$ pip install temp-python-packageClone the repository, then cd into it. Then run:
$ pip install -e .py-template has a command-line interface.
$ pytemplate
Running app version 0.0.1Edit cli.py to develop the CLI.
Add to the issue tracker.
(To come at ReadTheDocs.)