I see in the readme we're told to install **django-filter** with the following command: ```bash pip install djangorestframework-jsonapi['django-filter'] ``` I am using Poetry and this command doesn't work. Can I just use the following instead? ```bash poetry add django-filter ```
I see in the readme we're told to install django-filter with the following command:
pip install djangorestframework-jsonapi['django-filter']I am using Poetry and this command doesn't work. Can I just use the following instead?