Skip to content

Commit 039c27f

Browse files
authored
Update README.md
1 parent 29da310 commit 039c27f

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
@@ -34,6 +34,16 @@ $ pipenv update
3434
$ python3 manage.py runserver
3535
```
3636

37+
**Installation via [Poetry](https://python-poetry.org/)**:
38+
39+
```shell
40+
$ git clone https://github.com/hackersandslackers/django-intro-tutorial.git
41+
$ cd django-intro-tutorial
42+
$ poetry shell
43+
$ poetry update
44+
$ python3 manage.py runserver
45+
```
46+
3747
## How to use
3848

3949
The scope of this tutorial covers the modest scope of serving a single page template via Django complete with styles and other static assets. Deploying this project won't result in anything glorious, as it is intended to help newcomers grasp some basic Django concepts such as:

0 commit comments

Comments
 (0)