File tree 4 files changed +12
-12
lines changed
website_and_docs/content/documentation/webdriver/getting_started
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
37
37
{{% /tab %}}
38
38
{{% tab header="Python" %}}
39
39
The 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/ ) .
41
41
42
42
There are a couple different ways to install Selenium.
43
43
@@ -50,11 +50,11 @@ pip install selenium
50
50
51
51
### Download
52
52
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 _ :
55
55
56
56
``` shell
57
- python setup.py install
57
+ pip install selenium-x.x.x.-py3-none-any.whl
58
58
```
59
59
<br >
60
60
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ pip install selenium
48
48
### ダウンロード
49
49
50
50
または、ダウンロードすることもできます[ 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 _ :
52
52
53
53
``` shell
54
- python setup.py install
54
+ pip install selenium-x.x.x.-py3-none-any.whl
55
55
```
56
56
<br >
57
57
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
37
37
{{% /tab %}}
38
38
{{% tab header="Python" %}}
39
39
A 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/ ) .
41
41
42
42
Existe muitas formas diferentes de instalar Selenium.
43
43
@@ -51,10 +51,10 @@ pip install selenium
51
51
### Download
52
52
53
53
Como 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 _ :
55
55
56
56
``` shell
57
- python setup.py install
57
+ pip install selenium-x.x.x.-py3-none-any.whl
58
58
```
59
59
<br >
60
60
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ pip install selenium
48
48
49
49
### 下载
50
50
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 _ 文件安装:
53
53
54
54
``` shell
55
- python setup.py install
55
+ pip install selenium-x.x.x.-py3-none-any.whl
56
56
```
57
57
<br >
58
58
You can’t perform that action at this time.
0 commit comments