Skip to content

Commit

Permalink
rye -> uv
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Sep 16, 2024
1 parent a5c9e4a commit 4fc51d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## セットアップ

[Rye](https://rye.astral.sh/) というパッケージマネージャーを利用しています。
[uv](https://docs.astral.sh/uv/) というパッケージマネージャーを利用しています。

インストール方法は <https://rye.astral.sh/guide/installation/> をご確認ください。

### 依存パッケージのビルド

```bash
rye sync
uv sync
```

## サンプルコードの実行
Expand All @@ -23,5 +23,5 @@ cp .env.template .env
例えば `media_sendonly.py` を実行する場合は以下のコマンドを実行してください。

```bash
rye run python3 src/media_sendonly.py
uv run python3 src/media_sendonly.py
```

0 comments on commit 4fc51d0

Please sign in to comment.