📜

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
a quote i like

The ability to stay calm during conflict is a superpower. ― Naval Ravikant