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