Skip to content

Commit 400322c

Browse files
Update Python instructions in README (#10236)
Specifically, add explicit instructions on how to install a build locally. Co-authored-by: David Burns <[email protected]>
1 parent 2d3879a commit 400322c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,15 @@ bazel test //py:test-<browsername>
177177
```
178178

179179
If you add `--//common:pin_browsers` it will download the browsers and drivers for you to use.
180+
181+
To install locally run:
182+
183+
```sh
184+
bazel build //py:selenium-wheel
185+
pip install bazel-bin/py/selenium-*.whl
186+
```
180187

181-
To publish run
188+
To publish run:
182189

183190
```sh
184191
bazel build //py:selenium-wheel

0 commit comments

Comments
 (0)