Skip to content

Commit 79a3d8e

Browse files
committed
Adding requirements instlal how to.
1 parent 351c08d commit 79a3d8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
# BankOfSPARSA
22
Requires Flask, PyMySQL, Flask-SQLAlchemy, Flask-Recaptcha
33
export DYLD_LIBRARY_PATH=/usr/local/mysql-5.5.47-osx10.8-x86_64/lib/
4+
5+
### Dependency Installs
6+
```
7+
sudo pip -r requirements.txt
8+
```

0 commit comments

Comments
 (0)