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 7b8c963 + 1ad3a87 commit d65f2cbCopy full SHA for d65f2cb
README.md
@@ -40,6 +40,16 @@ $ pipenv update
40
$ flask run
41
```
42
43
+**Installation via [Poetry](https://python-poetry.org/)**:
44
+
45
+```shell
46
+$ git clone https://github.com/hackersandslackers/flask-blueprint-tutorial.git
47
+$ cd flask-blueprint-tutorial
48
+$ poetry shell
49
+$ poetry update
50
+$ poetry run
51
+```
52
53
## Usage
54
55
Replace the values in **.env.example** with your values and rename this file to **.env**:
0 commit comments