Skip to content

Commit fb707ca

Browse files
committed
Update wording in README
1 parent e99ca29 commit fb707ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@ To run Python code locally without building/installing the package, you must fir
233233
pip install -r py/requirements.txt
234234
```
235235

236-
Then, update the generated files:
236+
Then, build the generated files and copy them into your local source tree:
237237
```shell
238238
./go py:local_dev
239239
```
240240

241-
Then, you can import the selenium package directly from source from the `py` directory.
241+
After that, you can import the selenium package directly from source from the `py` directory.
242242

243-
To build the selenium package (wheel) and and install it locally:
243+
Instead of running from source, you can build and install the selenium package (wheel) locally:
244244
```shell
245245
./go py:install
246246
```

0 commit comments

Comments
 (0)