Skip to content

Commit 17bfd2d

Browse files
committed
Update document
1 parent 2d20cc9 commit 17bfd2d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Check the version of python, make use it's not less than 3.8.
3737
```bash
3838
python --version
3939
```
40-
You can also specify the version number when you have multiple versions installed. For example if you want to run version 3.8
40+
You can also specify the version number when you have multiple versions installed. For example if you want to run version 3.12
4141
```bash
42-
python3.8 --version
42+
python3.12 --version
4343
```
4444
4545
#### 2.2 Setup a python virtual environment
@@ -53,7 +53,7 @@ You can run the following command to create a new virtual environment:
5353
```
5454
- For linux:
5555
```bash
56-
python3.8 -m venv {some path}/{venv name}
56+
python3.12 -m venv {some path}/{venv name}
5757
```
5858
5959
### 3 Active existing virtual environment

docs/pages/usage/setup_and_run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ After installation, you can run the following commands to check the version:
3535
```
3636
You can also specify the version number when you have multiple versions installed like this:
3737
```bash
38-
python3.11 --version
38+
python3.12 --version
3939
```
4040

4141
### Setup a virtual environment
@@ -50,7 +50,7 @@ You can run the following command to create a new virtual environment:
5050
```
5151
- For Linux users:
5252
```bash
53-
python3.8 -m venv {some path}/{venv name}
53+
python3.12 -m venv {some path}/{venv name}
5454
```
5555

5656
### Active existing virtual environment

0 commit comments

Comments
 (0)