You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2020. It is now read-only.
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...