@@ -18,6 +18,7 @@ poetry config virtualenvs.in-project true
# 国内镜像
poetry source add --priority=primary mirrors https://mirrors.aliyun.com/pypi/simple/
poetry install
+poetry install --with data # 安装可选依赖
poetry shell