pipx
pipx is made specifically for application installation
blackなど開発全般で使うライブラリは pipx で入れるのがオススメされるらしい
Python処理系の下に直接入れていたが、pipx で分離した環境に入るのがいいということ?
It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications.
IMO:2つのwalkthroughがオススメ
pipxコマンドの実装はmain.pyのcli関数