We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbcc122 + 36e0554 commit e8c4652Copy full SHA for e8c4652
.github/FUNDING.yml
@@ -0,0 +1,3 @@
1
+# These are supported funding model platforms
2
+
3
+custom: ['https://www.buymeacoffee.com/hackersslackers']
README.md
@@ -13,7 +13,17 @@ Source code for the accompanying tutorial found here: https://hackersandslackers
13
14
## Getting Started
15
16
-Installation is recommended with Pipenv:
+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:
27
28
```shell
29
$ git clone https://github.com/hackersandslackers/flask-jinja-tutorial.git
0 commit comments