This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Description
The README now has a step-by-step for going from a Python interpreter to a working Commis install. Automating this in a way that anybody can use is the next obvious step. Possible avenues:
- Shell script. Most portable, but well...shell. Eh.
- Invoke task. Pure-Python, so not shell, and if we're assuming Python as a given...unfortunately Invoke isn't actually out yet. Hopefully soon though...
- Something else?