Skip to content

Commit f8e7182

Browse files
author
codegen-bot
committed
Simplify README setup instructions
1 parent 21b3cf4 commit f8e7182

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ brew install uv
1515

1616
Create and activate a Python 3.13 virtual environment
1717
```bash
18-
uv venv --python 3.13.0 && source .venv/bin/activate
18+
uv venv && source .venv/bin/activate
1919
```
2020

2121
Install the `codegen` package
2222
```bash
23-
uv pip install codegen
24-
```
25-
26-
__Optional__: Install Jupyter for interactive exploration
27-
```bash
28-
uv pip install jupyterlab && jupyter lab
23+
uv sync
2924
```
3025

3126
## Examples

0 commit comments

Comments
 (0)