From e44f74f5aee16d87ea76a7b672c02ab95b50b9c9 Mon Sep 17 00:00:00 2001 From: Anthony Becerra Date: Thu, 4 Jan 2018 18:26:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 167f9c1..f81e6ad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # launchcode-attendance A web application for an attendance management system -## Dependencies needed: +### Dependencies needed: * conda install flask * conda install -c conda-forge flask-sqlalchemy * conda install pymysql @@ -9,7 +9,7 @@ A web application for an attendance management system * pip install xlsxwriter * pip install xlrd -## Startup: +### Startup: * Activate the virtual environment using "source activate hello-flask" * Turn on MAMP * Run "python main.py"