You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,17 @@ Please see the [Python integration docs](https://posthog.com/docs/integrations/p
17
17
4. Run `make test`
18
18
1. To run a specific test do `pytest -k test_no_api_key`
19
19
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
+
20
31
### Running Locally
21
32
22
33
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