link
python/poetry-init

Poetry Init

Initialize Poetry project

poetry
dependencies
project

Command

poetry init

Explanation

Poetry is a modern dependency management tool for Python with advanced features.

Examples

Initialize new project

poetry init

Add dependency

poetry add requests

Install dependencies

poetry install