Skip to content

Commit 626c00a

Browse files
committed
uv + ruff
1 parent 828cdef commit 626c00a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ cd selenium-python-example
6565
pip install uv
6666
uv venv
6767
.\env\Scripts\activate
68-
uv pip sync uv.lock
68+
uv sync --all-extras --dev
6969
```
7070

7171
#### For Mac:
7272
```bash
7373
python3 -m pip install uv
7474
uv venv
7575
source .venv/bin/activate
76-
uv pip sync uv.lock
76+
uv sync --all-extras --dev
7777
```
7878

7979
### Create .env File

0 commit comments

Comments
 (0)