Skip to content

Commit

Permalink
Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewish committed Jan 19, 2024
1 parent 6ffe802 commit aaddcc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pure OpenCV comic translation tool

## 安装

首先,确保您的计算机上已安装Python 3.9或更高版本。您可以通过在命令行输入以下命令来检查Python版本:
首先,确保您的计算机上已安装Python 3.10。您可以通过在命令行输入以下命令来检查Python版本:
```bash
python --version
```
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ However, with the recent advancements in ChatGPT, there might be new methods to

## Installation

First, ensure that you have Python 3.9 or a later version installed on your computer. You can check your Python version by entering the following command in the command line:
First, ensure that you have Python 3.10. You can check your Python version by entering the following command in the command line:

`python --version`

Expand Down

0 comments on commit aaddcc6

Please sign in to comment.