Skip to content

Commit

Permalink
Update install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 17, 2024
1 parent 2ce702a commit 4cf4fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ print(sys.executable)
```python
/path/to/blender/python -m pip install supabase
```
1. Confirm that it was installed correctly by running in your Blender scripting console:
```python
import supabase
print(supabase.__version__)
```
1. In Blender, go to `Edit > Preferences > Add-ons`.
1. Click `Install` and select the downloaded folder.
1. Enable the add-on.
Expand Down

0 comments on commit 4cf4fa6

Please sign in to comment.