sunithalv commited on
Commit
f5f590a
·
1 Parent(s): 58c033f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ git clone https://github.com/sunithalv/ATS-Crewai.git
39
 
40
  # Install dependencies using uv
41
  uv venv # creates a virtual environment and activates it
42
- uv pip install -r requirements.txt
43
  ```
44
 
45
  > Note: Python version must be >= 3.11 and < 3.12
 
39
 
40
  # Install dependencies using uv
41
  uv venv # creates a virtual environment and activates it
42
+ uv pip install -e .
43
  ```
44
 
45
  > Note: Python version must be >= 3.11 and < 3.12