File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- selenium == 4.29 .0 
1+ selenium == 4.30 .0 
22pytest == 8.3.5 
33trio == 0.29.0 
44pytest-trio == 0.8.0 
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Specify the dependency in the project `build.gradle` file as `testImplementation
3737  {{% /tab %}}
3838  {{% tab header="Python" %}} 
3939The minimum supported Python version for each Selenium version can be found 
40- in ` Supported Python Versions `  on [ PyPi] ( https://pypi.org/project/selenium/ ) 
40+ in " Supported Python Versions"  on [ PyPi] ( https://pypi.org/project/selenium/ ) . 
4141
4242There are a couple different ways to install Selenium.
4343
@@ -50,11 +50,11 @@ pip install selenium
5050
5151### Download  
5252
53- Alternatively you can download the [ PyPI source archive ] ( https://pypi.org/project/selenium/#files ) 
54- (selenium-x.x.x.tar.gz ) and install it using _ setup.py _ :
53+ Alternatively you can download the [ PyPI Built Distribution ] ( https://pypi.org/project/selenium/#files ) 
54+ (selenium-x.x.x.-py3-none-any.whl ) and install it using _ pip _ :
5555
5656``` shell 
57- python setup.py  install
57+ pip  install selenium-x.x.x.-py3-none-any.whl 
5858``` 
5959<br >
6060
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments