curl -sSL https://install.python-poetry.org | python3 -
このコマンドを実行する。
インストールされたら、プロジェクトのディレクトリに移動し、
poetry init
を行う。
この記事を参考にさせて頂きました。
https://qiita.com/ksato9700/items/b893cf1db83605898d8a#poetry%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB