-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c533768
commit c331845
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |