shangrilar commited on
Commit
e184879
·
1 Parent(s): 5cce88b

Update README to include installation instructions for scratch_agents package required for Chapter 4+

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -25,6 +25,12 @@ source .venv/bin/activate
25
  uv pip install -r requirements.txt
26
  ```
27
 
 
 
 
 
 
 
28
  ### Environment variables
29
  - Copy the example env file and set your API keys:
30
  ```bash
 
25
  uv pip install -r requirements.txt
26
  ```
27
 
28
+ ### Install scratch_agents package (Required for Chapter 4+)
29
+ - For Chapter 4 and beyond, install the scratch_agents package in editable mode:
30
+ ```bash
31
+ uv pip install -e .
32
+ ```
33
+
34
  ### Environment variables
35
  - Copy the example env file and set your API keys:
36
  ```bash