Skip to content

Commit c81c037

Browse files
youngjun-jangKirade
authored andcommitted
FIX: Poetry 설치링크 수정 및 Pyenv README 링크 추가
1 parent 92a66c4 commit c81c037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Subsequent Installation step might be helpful.
3838
## Installation
3939

4040
### Install Poetry
41-
Please read this [installation guide](https://github.com/pyenv/pyenv#installation) to install poetry.
41+
Please read this [installation guide](https://python-poetry.org/docs/) to install poetry.
4242

4343
Then install package dependencies with this command at project root.
4444
This will resolve package dependencies and install it in poetry managed virtual environment.
@@ -50,7 +50,7 @@ $ poetry install
5050
> pyenv lets you easily switch between multiple versions of Python.
5151
It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.
5252

53-
As quoted pyenv readme demonstrates, It provide us handy python version management.
53+
As quoted [pyenv readme](https://github.com/pyenv/pyenv/blob/master/README.md) demonstrates, It provide us handy python version management.
5454

5555
### Configuration
5656

0 commit comments

Comments
 (0)