Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ brew install uv

Create and activate a Python 3.13 virtual environment
```bash
uv venv --python 3.13.0 && source .venv/bin/activate
uv venv && source .venv/bin/activate
```

Install the `codegen` package
```bash
uv pip install codegen
```

__Optional__: Install Jupyter for interactive exploration
```bash
uv pip install jupyterlab && jupyter lab
uv sync
```

## Examples
Expand Down
Loading