Skip to content

Commit 6703649

Browse files
committed
chore: add uv section to README
1 parent 458bb7f commit 6703649

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ cd supabase-py
1818

1919
### Create and Activate a Virtual Environment
2020

21-
We recommend activating your virtual environment. For example, we like `poetry` and `conda`! Click [here](https://docs.python.org/3/library/venv.html) for more about Python virtual environments and working with [conda](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment) and [poetry](https://python-poetry.org/docs/basic-usage/).
21+
We recommend activating your virtual environment. For example, we like `uv` and `conda`! Click [here](https://docs.python.org/3/library/venv.html) for more about Python virtual environments and working with [conda](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment) and [uv](https://docs.astral.sh/uv/getting-started/features/).
22+
23+
Using uv:
24+
```
25+
uv venv supabase-py
26+
source supabase-py/bin/activate
27+
```
2228

2329
Using venv (Python 3 built-in):
2430

0 commit comments

Comments
 (0)