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"