Skip to content

Commit ebbe832

Browse files
authored
Update README.md
1 parent 5623350 commit ebbe832

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
@@ -38,6 +38,16 @@ $ pipenv update
3838
$ python3 manage.py runserver
3939
```
4040

41+
**Installation via [Poetry](https://python-poetry.org/)**:
42+
43+
```shell
44+
$ git clone https://github.com/hackersandslackers/django-views-tutorial.git
45+
$ cd django-views-tutorial
46+
$ poetry shell
47+
$ poetry update
48+
$ python3 manage.py runserver
49+
```
50+
4151
## Configuration
4252

4353
Configuration is handled by creating a **django_views_tutorial/.env** file (see **.env.example** for reference) Replace values with your own:

0 commit comments

Comments
 (0)