Skip to content

Commit 2cae84a

Browse files
committed
Update dependencies.
1 parent 2594bd6 commit 2cae84a

File tree

5 files changed

+165
-141
lines changed

5 files changed

+165
-141
lines changed

Pipfile.lock

Lines changed: 68 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ $ pipenv update
4141
$ flask run
4242
```
4343

44+
**Installation via [Poetry](https://python-poetry.org/)**:
45+
46+
```shell
47+
$ git clone https://github.com/hackersandslackers/plotlydash-flask-tutorial.git
48+
$ cd plotlydash-flask-tutorial
49+
$ poetry shell
50+
$ poetry update
51+
$ poetry run
52+
```
53+
4454
## Usage
4555

4656
Replace the values in **.env.example** with your values and rename this file to **.env**:
@@ -58,4 +68,4 @@ Replace the values in **.env.example** with your values and rename this file to
5868

5969
-----
6070

61-
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
71+
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.

0 commit comments

Comments
 (0)