Skip to content

Commit 8b74266

Browse files
authored
Add files via upload
0 parents  commit 8b74266

File tree

5 files changed

+485
-0
lines changed

5 files changed

+485
-0
lines changed

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn app:server

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## How to use
2+
First install dependencies
3+
``` pip install -r requirements.txt```
4+
then run the app with
5+
```python app.py```
6+
7+
## Debugging tips for running the app
8+
- update pip with ```pip install --upgrade pip```
9+
- check if you have pip, python, or the other dependencies installed
10+
- make sure you are using the correct version of python/pip (try ```pip3``` or ```python3```)
11+
12+
## References
13+
- [ecg-dashboard](https://github.com/ThomasMBury/ecg-dashboard) @author: Thomas M. Bury

0 commit comments

Comments
 (0)