実行環境 前提条件 poetryのインストールを前提としています。 poetryを使うことができない場合、pipでも可能です。 実行準備(パッケージのインストール) poetryを使う場合 $ make init pipを使う場合 $ pip install -r requirements.txt 実行方法 poetryを使う場合 $ poetry shell $ make run それ以外の場合 $ make run