File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4343Then install package dependencies with this command at project root.
4444This 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
You can’t perform that action at this time.
0 commit comments