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 +```