Skip to content

Commit

Permalink
A simple README update (#1499)
Browse files Browse the repository at this point in the history
On this PR I am update README file on Python example folder

[deploy site]
  • Loading branch information
AnselmoPfeifer authored Oct 11, 2023
1 parent 091f5a0 commit c35cb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ cd seleniumhq.github.io/examples/python
```
pip install -r requirements.txt
```
> if you are on a different python version, for exampe python3.x you may have to replace `pip` with `pip3`
> if you are on a different python version, for example python3.x you may have to replace `pip` with `pip3`
4. Run all all tests

```
pytest
```

> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers
> Please keep some patience - If you are doing it for the first time, it will take a little while to verify and download the browser drivers

0 comments on commit c35cb5e

Please sign in to comment.