From 3a616d42ea9b513073b81e7db33e4507aa0783f5 Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 3 Oct 2024 14:20:33 +0900 Subject: [PATCH] =?UTF-8?q?README=20=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76989f9..e568ac0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python Sora SDK サンプル +# Sora Python SDK サンプルコード [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -6,6 +6,10 @@ Sora Python SDK のサンプルコードをまとめたリポジトリです。 +- Sora Python SDK の最新の安定版を利用しています +- PyPI に登録されている Sora Python SDK を利用しています +- サンプルコードを利用した E2E テストを実行できます + ## セットアップ [uv](https://docs.astral.sh/uv/) というパッケージマネージャーを利用しています。