📜

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

Yesterday I was clever, so I wanted to change the world. Today I am wise, so I am changing myself. ― Rumi