Install Splinter¶
Basic Requirements¶
Splinter officially supports Python versions 3.7 and up.
Latest version via pip¶
To install the latest release, run the following command in the terminal:
python -m pip install splinter
Install With Driver Dependencies¶
pip can be given extra arguments to automatically install driver dependencies.
The Install Drivers section of the documentation has more information for each driver.
$ python -m pip install splinter[django]