Skip to content

Commit 12c4125

Browse files
committed
2 parents df880a2 + 184ddca commit 12c4125

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/flask-sqlachemy@2x.jpg

113 KB
Loading

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/flask-sqlalchemy-tutorial.svg?style=flat-square&colorB=ebcb8b&colorA=4c566a&logo=Github)](https://github.com/hackersandslackers/flask-sqlalchemy-tutorial/stargazers)
99
[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/flask-sqlalchemy-tutorial.svg?style=flat-square&colorA=4c566a&colorB=ebcb8b&logo=Github)](https://github.com/hackersandslackers/flask-sqlalchemy-tutorial/network)
1010

11-
![Flask-SQLAlchemy Tutorial](https://raw.githubusercontent.com/hackersandslackers/flask-sqlalchemy-tutorial/master/application/static/img/flask-sqlachemy-github.jpg)
11+
![Flask-SQLAlchemy Tutorial](https://github.com/hackersandslackers/flask-sqlalchemy-tutorial/blob/master/.github/flask-sqlachemy@2x.jpg?raw=true)
1212

1313
Connect your Flask app to a database using Flask-SQLAlchemy. This repository contains source code for the accompanying tutorial on [Hackers and Slackers](https://hackersandslackers.com/manage-database-models-with-flask-sqlalchemy/).
1414

@@ -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)