Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove installation step for uv #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,19 @@ We recommend using `uv`, but if you prefer to use something else, then that's fi
curl -LsSf https://astral.sh/uv/install.sh | sh
```

### Step 2: Create Virtual Environment

```
uv venv -p 3.12
source .venv/bin/activate
```

### Step 3: Install Packages
### Step 2: Set Up Environment

```
uv sync
```

### Step 4: Run Jupyter Lab
### Step 3: Run Jupyter Lab

```
uv run -- jupyter lab
```

### Step 5: Run Example Notebook
### Step 4: Run Example Notebook

Once you're set up, confirm that everything works by running the notebook _01-goal.ipynb_.