From a6feb49eb03e2eb4d7555c52a237f4738857aa04 Mon Sep 17 00:00:00 2001 From: "Morgan 'ARR\\!' Allen" Date: Thu, 19 Oct 2023 11:59:42 -0700 Subject: [PATCH] instructions are out of order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faf781..255c626 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ To see this in action a demo server has been provided based on `Flask`. To run i ``` python -m venv . -pip install -r requirements.txt . bin/activate +pip install -r requirements.txt flask run --debug #optional ```