Skip to content

Commit

Permalink
docs: update doc python version
Browse files Browse the repository at this point in the history
  • Loading branch information
veraposeidon committed May 12, 2024
1 parent a9c6c75 commit 7fbbc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Most of the scripts refer to the [examples](https://github.com/wkentaro/labelme/
1. suggested to use virtualenv to install python packages.

```sh
conda create --name=labelme python=3.6
conda create --name=labelme python=3.9
conda activate labelme
pip install -r requirements.txt
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
1. 建议使用虚拟环境安装 Python Package。

```sh
conda create --name=labelme python=3.6
conda create --name=labelme python=3.9
conda activate labelme
pip install -r requirements.txt
```
Expand Down

0 comments on commit 7fbbc5c

Please sign in to comment.