Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 3 additions & 30 deletions docs/install/conda/linux-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,10 @@

#### 1.1.1 安装环境

首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持以下 Python 安装环境。


如果您想使用的 python 版本为 3.6:

```
conda create -n paddle_env python=3.6
```

如果您想使用的 python 版本为 3.7:

```
conda create -n paddle_env python=3.7
```

如果您想使用的 python 版本为 3.8:

```
conda create -n paddle_env python=3.8
```

如果您想使用的 python 版本为 3.9:

```
conda create -n paddle_env python=3.9
```

如果您想使用的 python 版本为 3.10:
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.6 - 3.10 版本的 Python 安装环境。

```
conda create -n paddle_env python=3.10
conda create -n paddle_env python=YOUR_PY_VER
```


Expand Down Expand Up @@ -71,7 +44,7 @@ which python3

#### 1.2.2 检查 Python 版本

使用以下命令确认版本(Python 应对应 3.6/3.7/3.8/3.9)
使用以下命令确认版本

```
python3 --version
Expand Down
31 changes: 3 additions & 28 deletions docs/install/conda/linux-conda_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,13 @@

#### 1.1.1 Create the Anaconda Virtual Environment

Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports the following Python installation environments.


If you want to use python version 3.6:

```
conda create -n paddle_env python=3.6
```

If you want to use python version 3.7:

```
conda create -n paddle_env python=3.7
```

If you want to use python version 3.8:

```
conda create -n paddle_env python=3.8
```

If you want to use python version 3.9:
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.6 - 3.10.

```
conda create -n paddle_env python=3.9
conda create -n paddle_env python=YOUR_PY_VER
```

If you want to use python version 3.10:

```
conda create -n paddle_env python=3.10
```

#### 1.1.2 Enter the Anaconda Virtual Environment

Expand Down Expand Up @@ -69,7 +44,7 @@ which python3
#### 1.2.2 Check the version of Python


Use the following command to confirm it's version is 3.6/3.7/3.8/3.9
Use the following command to confirm it's version

```
python3 --version
Expand Down
31 changes: 2 additions & 29 deletions docs/install/conda/macos-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,10 @@

#### 1.1.1 安装环境

首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持以下 Python 安装环境。


如果您想使用的 python 版本为 3.6:

```
conda create -n paddle_env python=3.6
```

如果您想使用的 python 版本为 3.7:

```
conda create -n paddle_env python=3.7
```

如果您想使用的 python 版本为 3.8:

```
conda create -n paddle_env python=3.8
```

如果您想使用的 python 版本为 3.9:

```
conda create -n paddle_env python=3.9
```

如果您想使用的 python 版本为 3.10:
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.6 - 3.10 版本的 Python 安装环境。

```
conda create -n paddle_env python=3.10
conda create -n paddle_env python=YOUR_PY_VER
```


Expand Down
31 changes: 2 additions & 29 deletions docs/install/conda/macos-conda_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,10 @@

#### 1.1.1 Create the Anaconda Virtual Environment

Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports the following Python installation environments.


If you want to use python version 3.6:

```
conda create -n paddle_env python=3.6
```

If you want to use python version 3.7:

```
conda create -n paddle_env python=3.7
```

If you want to use python version 3.8:

```
conda create -n paddle_env python=3.8
```

If you want to use python version 3.9:

```
conda create -n paddle_env python=3.9
```

If you want to use python version 3.10:
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.6 - 3.10.

```
conda create -n paddle_env python=3.10
conda create -n paddle_env python=YOUR_PY_VER
```


Expand Down
33 changes: 3 additions & 30 deletions docs/install/conda/windows-conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,10 @@

#### 1.1.1 安装环境

首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持以下 Python 安装环境。


如果您想使用的 python 版本为 3.6:

```
conda create -n paddle_env python=3.6
```

如果您想使用的 python 版本为 3.7:

```
conda create -n paddle_env python=3.7
```

如果您想使用的 python 版本为 3.8:

```
conda create -n paddle_env python=3.8
```

如果您想使用的 python 版本为 3.9:

```
conda create -n paddle_env python=3.9
```

如果您想使用的 python 版本为 3.10:
首先根据具体的 Python 版本创建 Anaconda 虚拟环境,PaddlePaddle 的 Anaconda 安装支持 3.6 - 3.10 版本的 Python 安装环境。

```
conda create -n paddle_env python=3.10
conda create -n paddle_env python=YOUR_PY_VER
```


Expand Down Expand Up @@ -70,7 +43,7 @@ where python

#### 1.2.2 检查 Python 版本

使用以下命令确认版本(应对应 3.6/3.7/3.8/3.9)
使用以下命令确认版本

```
python --version
Expand Down
33 changes: 3 additions & 30 deletions docs/install/conda/windows-conda_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,10 @@

#### 1.1.1 Create the Anaconda Virtual Environment

Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports the following Python installation environments.


If you want to use python version 3.6:

```
conda create -n paddle_env python=3.6
```

If you want to use python version 3.7:

```
conda create -n paddle_env python=3.7
```

If you want to use python version 3.8:

```
conda create -n paddle_env python=3.8
```

If you want to use python version 3.9:

```
conda create -n paddle_env python=3.9
```

If you want to use python version 3.10:
Create virtual environment First create the Anaconda virtual environment according to the specific Python version. The Anaconda installation of PaddlePaddle supports Python version of 3.6 - 3.10.

```
conda create -n paddle_env python=3.10
conda create -n paddle_env python=YOUR_PY_VER
```


Expand Down Expand Up @@ -71,7 +44,7 @@ where python

#### 1.2.2 Check the version of Python

Use the following command to confirm it's version is 3.6/3.7/3.8/3.9
Use the following command to confirm it's version

```
python --version
Expand Down