Skip to content

Commit 5cb859a

Browse files
committed
Mention that "brython" no longer comes with SeleniumBase
1 parent fe90155 commit 5cb859a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

integrations/brython/ReadMe.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
* Brython was designed for replacing JavaScript with Python.
44
* This tutorial will show you how to get started quickly.
55

6+
### 0. Install ``brython``:
7+
8+
<i>(Note: SeleniumBase no longer includes ``brython`` as part of installed dependencies.)</i>
9+
10+
```bash
11+
pip install brython
12+
```
13+
614
### 1. Get a web server up and running:
715

816
<i>Run from [SeleniumBase/integrations/brython](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/brython)</i>:

0 commit comments

Comments
 (0)