1. A simple student laptop will do the trick, and no high end CPU is needed for practicing Selenium.
![](https://static.wixstatic.com/media/a27d24_e487536695e44266b612883c4aba6f99~mv2.png/v1/fill/w_980,h_526,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a27d24_e487536695e44266b612883c4aba6f99~mv2.png)
2. Download and Install Python on to your system. Visit https://www.python.org/ and download the latest Python installer.
![](https://static.wixstatic.com/media/a27d24_54cca3adaf2d421a82a9a29ca1f6a5b5~mv2.png/v1/fill/w_980,h_509,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a27d24_54cca3adaf2d421a82a9a29ca1f6a5b5~mv2.png)
3. Download Firefox Nightly from https://www.mozilla.org/en-US/firefox/developer/.
![](https://static.wixstatic.com/media/a27d24_29ac61436d5b46189fc4806ab99291a1~mv2.png/v1/fill/w_980,h_509,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a27d24_29ac61436d5b46189fc4806ab99291a1~mv2.png)
4. Installing Selenium for Python, type the following command in your terminal. Note : For below command to work you should have installed pip onto your python.
Installing via Console :
pip install -U selenium
![](https://static.wixstatic.com/media/a27d24_5b44a1ae99ca418e90e6d9b24ed74c05~mv2.png/v1/fill/w_980,h_567,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a27d24_5b44a1ae99ca418e90e6d9b24ed74c05~mv2.png)
If you have already installed selenium on to your python then you will the similar output on your console.
Installing via Installer
Download the installer for the following link https://pypi.org/project/selenium/#files and run the executable.
python setup.py install
Now downloading selenium driver for the Firefox, https://github.com/mozilla/geckodriver/releases
5. Download VS code from the following link https://code.visualstudio.com/.
![](https://static.wixstatic.com/media/a27d24_b3f00524cb444b079ae657fa60089dfd~mv2.png/v1/fill/w_980,h_511,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a27d24_b3f00524cb444b079ae657fa60089dfd~mv2.png)
Then install with admin privileges. Open VS code one it is done installing.
![](https://static.wixstatic.com/media/a27d24_dc609e7127064bc797d8cebf6e5fe37a~mv2.png/v1/fill/w_980,h_531,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/a27d24_dc609e7127064bc797d8cebf6e5fe37a~mv2.png)