Skip to content

Commit e8c4652

Browse files
committed
2 parents bbcc122 + 36e0554 commit e8c4652

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
custom: ['https://www.buymeacoffee.com/hackersslackers']

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ Source code for the accompanying tutorial found here: https://hackersandslackers
1313

1414
## Getting Started
1515

16-
Installation is recommended with Pipenv:
16+
Installation is recommended with Poetry:
17+
18+
```shell
19+
$ git clone https://github.com/hackersandslackers/flask-jinja-tutorial.git
20+
$ cd flask-jinja-tutorial
21+
$ poetry shell
22+
$ poetry install
23+
$ poetry run
24+
```
25+
26+
With Pipenv:
1727

1828
```shell
1929
$ git clone https://github.com/hackersandslackers/flask-jinja-tutorial.git

0 commit comments

Comments
 (0)