Skip to content

Commit

Permalink
Update README.md (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubin-r12 authored Aug 7, 2024
1 parent 149fbb4 commit 3ac524d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ conda activate supabase-py

### PyPi installation

Install the package (for > Python 3.7):
Install the package (for Python > 3.7):

```bash
# with pip
Expand All @@ -48,7 +48,7 @@ conda install -c conda-forge supabase

### Local installation

You can also install locally after cloning this repo. Install Development mode with `pip install -e`, which makes it so when you edit the source code the changes will be reflected in your python module.
You can also install locally after cloning this repo. Install Development mode with `pip install -e`, which makes it editable, so when you edit the source code the changes will be reflected in your python module.

## Usage

Expand Down

0 comments on commit 3ac524d

Please sign in to comment.