From 9e4f99a264270243c02f54b29918383dd9b68a47 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 27 Mar 2022 12:09:25 -0500 Subject: [PATCH] Add setup details to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 866ee58..4b0f1c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # runnerspace A retro myspace clone for UTSA students. + +# Setup + +Use Python 3.8. + +```bash +pip install pipenv +pipenv install +flask run +```