Skip to content

Commit 8975705

Browse files
authored
Make line 42 better
1 parent 14e6ad1 commit 8975705

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ pip install supabase
3939

4040
### Local installation
4141

42-
You can also installing from after cloning this repo. Install like below to install in Development Mode, which means when you edit the source code the changes will be reflected in your python module.
43-
44-
```bash
45-
pip install -e .
46-
```
42+
You can also install from 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.
4743

4844
## Usage
4945

0 commit comments

Comments
 (0)