We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d576fe0 commit f34730cCopy full SHA for f34730c
README.md
@@ -1,9 +1,12 @@
1
This application uses NumPy and Pandas to analyze and visualize data from the WoTKit. We also use OAuth2 to access private sensor data.
2
3
4
-## Getting Started
+
5
6
-Install Flask using ``pip``. Flask is a microframework for Python applications (http://flask.pocoo.org/).
+
7
+## Getting Started
8
9
+Install Flask using ``pip``. Flask is a microframework for Python applications (http://flask.pocoo.org/).
10
11
```
12
pip install Flask
@@ -36,4 +39,3 @@ python app.py
36
39
37
40
38
41
and visit http://127.0.0.1:5000
-
0 commit comments