Skip to content

Commit e75ac6a

Browse files
authored
Update README.md
1 parent 705d291 commit e75ac6a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Plot.ly Dash Flask Tutorial
1+
# Plotly Dash Flask Tutorial
22

33

44
![Python](https://img.shields.io/badge/Python-3.7-blue.svg?logo=python&longCache=true&logoColor=white&colorB=5e81ac&style=flat-square&colorA=4c566a)
@@ -12,5 +12,18 @@
1212
[![GitHub Stars](https://img.shields.io/github/stars/toddbirchard/plotlydash-flask-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a)](https://github.com/toddbirchard/plotlydash-flask-tutorial/stargazers)
1313
[![GitHub Forks](https://img.shields.io/github/forks/toddbirchard/plotlydash-flask-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b)](https://github.com/toddbirchard/plotlydash-flask-tutorial/network)
1414

15+
![Plot Dash Tutorial](https://storage.googleapis.com/hackersandslackers-cdn/2018/12/Dash@2x.jpg)
1516

1617
Source code for the accompanying tutorial found here: https://hackersandslackers.com/gaining-full-control-over-plotly-dash/
18+
19+
## Getting Started
20+
21+
Installation is recommended with [Pipenv](https://pipenv-fork.readthedocs.io/en/latest/):
22+
23+
```shell
24+
$ git clone https://github.com/toddbirchard/plotlydash-flask-tutorial.git
25+
$ cd plotlydash-flask-tutorial
26+
$ pipenv shell
27+
$ pipenv update
28+
$ flask run
29+
```

0 commit comments

Comments
 (0)