Skip to content

Commit

Permalink
Merge pull request #175 from nekochans/feature/update-readme-rye-to-uv
Browse files Browse the repository at this point in the history
Pythonとpackage管理がuvに変わったのでREADMEを修正
  • Loading branch information
keitakn authored Jan 8, 2025
2 parents 8a8f090 + ab94109 commit 74c5e73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ OPENSSLDIR: "/private/etc/ssl"
export SSL_CERT_PATH=/private/etc/ssl/cert.pem
```

### Ryeのインストール
### uvのインストール

Homebrew でインストールを実施します。

```bash
brew install rye
brew install uv
```

### 依存packageのインストール & 仮想環境の作成

以下を実行します。

```bash
rye sync
uv sync --frozen
```

### Dockerによる環境構築
Expand Down Expand Up @@ -212,7 +212,7 @@ make test-container
make typecheck
```

## Ryeでアプリケーションサーバーを起動する
## `uv` でアプリケーションサーバーを起動する

以下を実行するとアプリケーションサーバーが起動します。

Expand Down

0 comments on commit 74c5e73

Please sign in to comment.