From 0908b6955e55ba9864888f94960aa0b3d8c23d31 Mon Sep 17 00:00:00 2001 From: Dan Muckerman Date: Mon, 15 Jun 2020 00:21:53 +0200 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c6056a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Set up + +Make a virtualenv, this is left as an exercise to the reader. + +## Install + +Pip install from requirements.txt, this is left as an exercise to the reader. + +## Run + +Run the flask app, this is left as an exercise to the reader. \ No newline at end of file