From 7e483897eb2d09d3ca1b433887e4b2acc4f0d0c9 Mon Sep 17 00:00:00 2001 From: Thijs Nieuwdorp Date: Wed, 6 Nov 2024 21:11:57 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1414ce5..3be2115 100644 --- a/README.md +++ b/README.md @@ -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_.