How do I add Selenium to Python?

How do I add Selenium to Python?

For installing the system’s Selenium bindings, run this command: pip install selenium. After doing this, there will be a folder created which is known as Selenium. This would stay within the Python folder. For updating the existing Selenium version, you should run the following command: pip install –U selenium.