15 | | Download and install the latest Selenium package, which can be found at [http://pypi.python.org/pypi/selenium]. |
16 | | |
17 | | Follow the installation instructions there. Windows users can either install pip and use the pip command shown |
18 | | in the instructions, or install [http://www.7-zip.org/ 7zip] and use it to extract files from the .tar.gz file, |
19 | | then use the setup.py command shown in the instructions. |
| 15 | Download the latest Selenium package from [http://pypi.python.org/pypi/selenium] and follow the installation |
| 16 | instructions there.[[br]] |
| 17 | Windows users can either: |
| 18 | * Install [http://www.pip-installer.org/en/latest/installing.html pip] and use the pip command shown in the instructions |
| 19 | * Install [http://www.7-zip.org/ 7zip] and use it to extract files from the .tar.gz file, then use the setup.py command shown in the instructions. |
| 20 | Note it is likely simpler to install 7zip and use the setup.py command. |