We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b3cf4 commit f8e7182Copy full SHA for f8e7182
README.md
@@ -15,17 +15,12 @@ brew install uv
15
16
Create and activate a Python 3.13 virtual environment
17
```bash
18
-uv venv --python 3.13.0 && source .venv/bin/activate
+uv venv && source .venv/bin/activate
19
```
20
21
Install the `codegen` package
22
23
-uv pip install codegen
24
-```
25
-
26
-__Optional__: Install Jupyter for interactive exploration
27
-```bash
28
-uv pip install jupyterlab && jupyter lab
+uv sync
29
30
31
## Examples
0 commit comments