Add setup details to README.md

This commit is contained in:
Xevion
2022-03-27 12:09:25 -05:00
parent b30050df98
commit 9e4f99a264

View File

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