Saturday, March 13, 2021

Python Installation on Mac

I started using Mac first time in my career, So including Installation, Configuration everything is new for me too, Lets do it !


 1. Download and Install Python from  https://www.python.org/downloads/

    The latest version as of today  is 3.9.7

2. Check Pip version : pip3 -version

3. To get pip location: which pip3

4. To Check python 3 version: python3 --version

5. Download PyCharm -IDE for Python Project from  https://www.jetbrains.com/pycharm/download

6. Open PyCharm

7.Navigate to File->Project->Python Intrepretor ->Choose Virtual Interpretor 



                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

8.Click (+) Sign again , Search for selenium and Select Version to download and Click Install Package 



                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  

All Set to Start our first Selenium Test  using Python :-)


Good Start 👍

No comments:

Post a Comment