📜

Poetry

The python package manager

Python package management is a nightmare. Poetry somewhat solves it.

new project

poetry new <project_name>

new shell

poetry shell

setting up

pipx first

brew install pipx
apt install pipx

then,

pipx install poetry