Skip to content

Commit d65f2cb

Browse files
committed
2 parents 7b8c963 + 1ad3a87 commit d65f2cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ $ pipenv update
4040
$ flask run
4141
```
4242

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+
4353
## Usage
4454

4555
Replace the values in **.env.example** with your values and rename this file to **.env**:

0 commit comments

Comments
 (0)