Skip to content

Commit 08fe2b5

Browse files
authored
Update README.md
1 parent a95eab7 commit 08fe2b5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ $ pipenv update
3535
$ flask run
3636
```
3737

38+
**Installation via [Poetry](https://python-poetry.org/)**:
39+
40+
```shell
41+
$ git clone https://github.com/hackersandslackers/flask-assets-tutorial.git
42+
$ cd flask-assets-tutorial
43+
$ poetry shell
44+
$ poetry update
45+
$ poetry run
46+
```
47+
3848
## Usage
3949

4050
Replace the values in **.env.example** with your values and rename this file to **.env**:
@@ -48,4 +58,4 @@ Replace the values in **.env.example** with your values and rename this file to
4858

4959
-----
5060

51-
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.
61+
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.

0 commit comments

Comments
 (0)