Python3 is already the newest version (3.8.2-0ubuntu2). In our case, since python3 is already installed so it won't do anything as you can see below.
If you are using Windows based systems, then go to official website and download and install the latest software from there. If you are using RHEL/CentOS based systems then you can either use sudo yum install python3 or sudo dnf install python3 command. If you don't have python3 already installed in your System then you can install it on a Ubuntu/Debian based system using sudo apt install python3 command as shown below.
How to Install Selenium WebDriver in Python 3 Īlso Read: How to Plot Multiple Graphs in Python Using Matplotlib Step 1: PrerequisitesĪ) You should have a running Windows or Linux System.ī) You should have an active Internet Connection.Ĭ) You should have access to install a package in your System.