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 fe90155 commit 5cb859aCopy full SHA for 5cb859a
integrations/brython/ReadMe.md
@@ -3,6 +3,14 @@
3
* Brython was designed for replacing JavaScript with Python.
4
* This tutorial will show you how to get started quickly.
5
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
14
### 1. Get a web server up and running:
15
16
<i>Run from [SeleniumBase/integrations/brython](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/brython)</i>:
0 commit comments