File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 4 files changed +12
-12
lines changed 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
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ pip install selenium
4848### ダウンロード
4949
5050または、ダウンロードすることもできます[ PyPI ソースアーカイブ] ( https://pypi.org/project/selenium/#files )
51- (selenium-x.x.x.tar.gz ) を使用してインストールします _ setup.py _
51+ (selenium-x.x.x.-py3-none-any.whl ) を使用してインストールします _ pip _ :
5252
5353``` shell
54- python setup.py install
54+ pip install selenium-x.x.x.-py3-none-any.whl
5555```
5656<br >
5757
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Especifique a dependência no `build.gradle` do seu projeto como `testImplementa
3737 {{% /tab %}}
3838 {{% tab header="Python" %}}
3939A mínima versão suportada do Python para cada versão do Selenium pode ser encontrada
40- em ` Supported Python Versions ` no [ PyPi] ( https://pypi.org/project/selenium/ )
40+ em " Supported Python Versions" no [ PyPi] ( https://pypi.org/project/selenium/ ) .
4141
4242Existe muitas formas diferentes de instalar Selenium.
4343
@@ -51,10 +51,10 @@ pip install selenium
5151### Download
5252
5353Como uma alternativa você pode baixar o [ código fonte PyPI] ( https://pypi.org/project/selenium/#files )
54- (selenium-x.x.x.tar.gz ) e instalar usando _ setup.py _ :
54+ (selenium-x.x.x.-py3-none-any.whl ) e instalar usando _ pip _ :
5555
5656``` shell
57- python setup.py install
57+ pip install selenium-x.x.x.-py3-none-any.whl
5858```
5959<br >
6060
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ pip install selenium
4848
4949### 下载
5050
51- 此外你可以从这里下载 [ PyPI source archive ] ( https://pypi.org/project/selenium/#files )
52- (selenium-x.x.x.tar.gz ) 并通过: _ setup.py _ 文件安装:
51+ 此外你可以从这里下载 [ PyPI Built Distribution ] ( https://pypi.org/project/selenium/#files )
52+ (selenium-x.x.x.-py3-none-any.whl ) 并通过: _ pip _ 文件安装:
5353
5454``` shell
55- python setup.py install
55+ pip install selenium-x.x.x.-py3-none-any.whl
5656```
5757<br >
5858
You can’t perform that action at this time.
0 commit comments