diff options
| -rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +How to run: + +1. Install dependencies + $ pip install -r requirements.txt + +2. Change to app directory + $ cd app + +3. Start Flask + $ flask run |
![]() |
index : Strengthy | |
| A fitness tracking webapp written in Python | Dylan Bolger |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | README | 10 |
@@ -0,0 +1,10 @@ +How to run: + +1. Install dependencies + $ pip install -r requirements.txt + +2. Change to app directory + $ cd app + +3. Start Flask + $ flask run |