Skip to content

Commit 3586a1c

Browse files
committed
fix
1 parent dceb49d commit 3586a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Please see the [Python integration docs](https://posthog.com/docs/integrations/p
2121

2222
```bash
2323
uv python install 3.9.19
24-
uv python pin 3.9
24+
uv python pin 3.9.19
2525
uv venv env
2626
source env/bin/activate
27-
uv pip install -e ".[test]"
27+
uv pip install --editable ".[dev,test]"
2828
make test
2929
```
3030

0 commit comments

Comments
 (0)