15 | | Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium#downloads]: |
16 | | {{{ |
17 | | wget http://pypi.python.org/packages/source/s/selenium/selenium-2.25.0.tar.gz |
18 | | tar zxvf selenium-2.25.0.tar.gz |
19 | | cd selenium-2.25.0 |
20 | | python setup.py install |
21 | | }}} |
22 | | ''or'' |
23 | | {{{ |
24 | | pip install -U selenium |
25 | | }}} |
| 15 | Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium]. |
| 16 | Follow the installation instructions there. Windows users can either install pip and use the pip command shown, |
| 17 | or install 7zip and use it to extract files from the .tar.gz file. |
| 18 | |