Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-becerra authored Jan 4, 2018
1 parent c533768 commit c331845
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# 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
* pip install pandas
* pip install xlsxwriter
* pip install xlrd
* pip install xlrd

## Startup:
* Activate the virtual environment using "source activate hello-flask"
* Turn on MAMP
* Run "python main.py"

0 comments on commit c331845

Please sign in to comment.