Skip to content

Commit

Permalink
Merge pull request #175 from timonweb/timonweb-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
timonweb committed Jun 22, 2023
2 parents e1a7276 + f9fd3df commit 256249d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Via PIP:
pip install django-tailwind
```

[RECOMMENDED IN DEV] If you want to use automatic page reloads during development use the `[reload]` extras, which installs the `django-browser-reload` package in addition:

```bash
python -m pip install django-tailwind[reload]
```

Check docs for the [Installation](https://django-tailwind.readthedocs.io/en/latest/installation.html) instructions.

## Bugs and suggestions
Expand Down

0 comments on commit 256249d

Please sign in to comment.