Skip to content

Commit

Permalink
docs: drop the poetry add line, as those are all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 19, 2023
1 parent 819dabb commit 5c61809
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ make sure the files shipped with it are served in precedence.
```


You will also need the following dependencies:
```shell
poetry add django-crispy-forms django-filter django-tables2 django-autocomplete-light django-rest-framework drf-spectacular
```
Add them to the `INSTALLED_APPS`:
You will also need to add the following dependencies to
[`INSTALLED_APPS`](https://docs.djangoproject.com/en/4.2/ref/settings/#installed-apps):

```python
# ui stuff
Expand Down

0 comments on commit 5c61809

Please sign in to comment.