Skip to content

Commit

Permalink
Revise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilotoki0804 committed Jun 14, 2024
1 parent 81e1e49 commit 39d5fb2
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 @@ -102,7 +102,7 @@ py -3.12 -m venv .venv

echo UNIX인 경우
python3.12 -m venv .venv
.venv/Scripts/activate
.venv/bin/activate
```

poetry를 설치하고 의존성을 설치하세요.
Expand Down
2 changes: 1 addition & 1 deletion docs/README_eng.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ py -3.12 -m venv .venv

echo For UNIX
python3.12 -m venv .venv
.venv/Scripts/activate
.venv/bin/activate
```

Install poetry and the dependencies.
Expand Down

0 comments on commit 39d5fb2

Please sign in to comment.