Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 184ddca

Browse filesBrowse files
authored
Update README.md
1 parent c90acdc commit 184ddca
Copy full SHA for 184ddca

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ $ pipenv update
3737
$ flask run
3838
```
3939

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+
4050
## Usage
4151

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.