We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f5eed commit deefd69Copy full SHA for deefd69
.github/README.md
@@ -58,36 +58,21 @@ git clone https://github.com/nirtal85/Selenium-Python-Example.git
58
cd selenium-python-example
59
```
60
61
-### Install uv
+### Create and activate a virtual environment then Install project dependencies
62
63
#### For Windows:
64
```bash
65
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
77
uv venv
78
.\env\Scripts\activate
+uv pip sync uv.lock
79
80
81
#### For Mac:
82
+python3 -m pip install uv
83
84
source .venv/bin/activate
85
86
87
88
-### Install Project Dependencies
89
90
91
uv pip sync uv.lock
92
93
0 commit comments