From 3ac524de3513859c42841125886341c723088f03 Mon Sep 17 00:00:00 2001 From: Rubin Date: Wed, 7 Aug 2024 16:12:43 +0530 Subject: [PATCH] Update README.md (#863) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc3b065d..015f32e9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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