Skip to content

Commit deefd69

Browse files
committed
uv
1 parent 69f5eed commit deefd69

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,36 +58,21 @@ git clone https://github.com/nirtal85/Selenium-Python-Example.git
5858
cd selenium-python-example
5959
```
6060

61-
### Install uv
61+
### Create and activate a virtual environment then Install project dependencies
6262

6363
#### For Windows:
6464
```bash
6565
pip install uv
66-
```
67-
68-
#### For Mac:
69-
```bash
70-
python3 -m pip install uv
71-
```
72-
73-
### Create and activate a virtual environment
74-
75-
#### For Windows:
76-
```bash
7766
uv venv
7867
.\env\Scripts\activate
68+
uv pip sync uv.lock
7969
```
8070

8171
#### For Mac:
8272
```bash
73+
python3 -m pip install uv
8374
uv venv
8475
source .venv/bin/activate
85-
```
86-
87-
88-
### Install Project Dependencies
89-
90-
```bash
9176
uv pip sync uv.lock
9277
```
9378

0 commit comments

Comments
 (0)