File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ reviewer :
2
+ external_link_validation :
3
+ ignore_url_keywords : ["deno"]
Original file line number Diff line number Diff line change @@ -9,17 +9,24 @@ git clone git@github.com:<your username>/pydantic-ai.git
9
9
cd pydantic-ai
10
10
```
11
11
12
- Install ` uv ` (version 0.4.30 or later) and ` pre-commit `
13
-
14
- We use pipx here, for other options see:
12
+ Install ` uv ` (version 0.4.30 or later), ` pre-commit ` and ` deno ` :
15
13
16
14
* [ ` uv ` install docs] ( https://docs.astral.sh/uv/getting-started/installation/ )
17
15
* [ ` pre-commit ` install docs] ( https://pre-commit.com/#install )
16
+ * [ ` deno ` install docs] ( https://docs.deno.com/runtime/getting_started/installation/ )
17
+
18
+ To install ` pre-commit ` you can run the following command:
19
+
20
+ ``` bash
21
+ uv tool install pre-commit
22
+ ```
18
23
19
- To get ` pipx ` itself, see [ these docs] ( https://pypa.github.io/pipx/ )
24
+ For ` deno ` , you can run the following, or check
25
+ [ their documentation] ( https://docs.deno.com/runtime/getting_started/installation/ ) for alternative
26
+ installation methods:
20
27
21
28
``` bash
22
- pipx install uv pre-commit
29
+ curl -fsSL https://deno.land/ install.sh | sh
23
30
```
24
31
25
32
Install ` pydantic-ai ` , all dependencies and pre-commit hooks
You can’t perform that action at this time.
0 commit comments