From fbfb4cb79ecedfc412cc2b805dd136d154626de5 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 30 Jan 2019 01:52:41 -0600 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0f37c..3cd7f14 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,14 @@ other template files that aren't supposed to be rendered as a standalone file. ## Requirements -- Either mako (for using `install.py`) or pipenv (for `install`). +Basic requirements (`install`): + +- pipenv + +Low-level requirements (`install.py`): + +- mako +- toml ## Installation