updated readme - added links to the heroku deployment
This commit is contained in:
parent
9f46330147
commit
d7d7b49ae1
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -1,5 +1,17 @@
|
||||||
# pyDataVizDay
|
# pyDataVizDay
|
||||||
A python implementation of the Data Viz Day visualization.
|
A python implementation of the Data Viz Day visualization. The visualization is
|
||||||
|
built using a flask web framework to serve the web page. The visualization is
|
||||||
|
currently running on [heroku](http://pydatavizday.herokuapp.com/).
|
||||||
|
|
||||||
|
|
||||||
|
## Developing the visualization
|
||||||
|
If you want to run the visualization yourself, and further develop it clone this
|
||||||
|
repo and run the pyDataVizDay.py file.
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/WaylonWalker/pyDataVizDay.git
|
||||||
|
python src//pyDataVizDay.py
|
||||||
|
```
|
||||||
|
|
||||||
## Dataset
|
## Dataset
|
||||||
This project will be using the Kaggle
|
This project will be using the Kaggle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue