Skip to content

Commit dceb49d

Browse files
committed
chore: opinionated setup
1 parent e2d8200 commit dceb49d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ Please see the [Python integration docs](https://posthog.com/docs/integrations/p
1717
4. Run `make test`
1818
1. To run a specific test do `pytest -k test_no_api_key`
1919

20+
## PostHog recommends `uv` so...
21+
22+
```bash
23+
uv python install 3.9.19
24+
uv python pin 3.9
25+
uv venv env
26+
source env/bin/activate
27+
uv pip install -e ".[test]"
28+
make test
29+
```
30+
2031
### Running Locally
2132

2233
Assuming you have a [local version of PostHog](https://posthog.com/docs/developing-locally) running, you can run `python3 example.py` to see the library in action.

0 commit comments

Comments
 (0)