Update README.md
Browse files
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 -
|
| 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
|