J0 / django-storage-supabase

Custom Storage Backend for Supabase + Django
MIT License
20 stars 2 forks source link

Fix pip installation command in README #1

Closed EteimZ closed 1 year ago

EteimZ commented 1 year ago

Hi @J0 awesome work you have done here with the package. I noticed a typo in the README. Currently can't install the package from the command in the README.

It says:

pip3 install django-storages-supabase

but this doesn't work but on pypi it says:

pip install django-storage-supabase

This works and I was able to successfully install the package.

J0 commented 1 year ago

Hey @EteimZ,

Thanks for the catch!

I'll fix it in a second