generic-project-template

Installation

TODO: Delete any sections not needed.

Project requirements

TODO: Add content here with link to the homepage for the tool.

Clone

Clone the repo:

$ git clone git@github.com:MichaelCurrin/generic-project-template.git
$ cd generic-project-template

Install hooks

$ make hooks

Install system dependencies

TODO: Add content here around configuration and virtual environments.

Install project dependencies

$ make install

You may continue to the Usage doc or continue here.

Install dev dependencies

$ make install-dev

Upgrade dependencies

$ make upgrade