Skip to content

Commit f34730c

Browse files
added screenshot
1 parent d576fe0 commit f34730c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
This application uses NumPy and Pandas to analyze and visualize data from the WoTKit. We also use OAuth2 to access private sensor data.
22

33

4-
## Getting Started
4+
![alt](https://raw.githubusercontent.com/SenseTecnic/wotkit-example-python-pandas/master/screenshot-wotkit-example-python-pandas.png)
55

6-
Install Flask using ``pip``. Flask is a microframework for Python applications (http://flask.pocoo.org/).
6+
7+
## Getting Started
8+
9+
Install Flask using ``pip``. Flask is a microframework for Python applications (http://flask.pocoo.org/).
710

811
```
912
pip install Flask
@@ -36,4 +39,3 @@ python app.py
3639
```
3740

3841
and visit http://127.0.0.1:5000
39-

0 commit comments

Comments
 (0)