Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Subsequent Installation step might be helpful.
## Installation

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

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

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

### Configuration

Expand Down