Skip to content

Commit

Permalink
Docs:requirements.txtを更新する箇所のドキュメントを修正 (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 2, 2024
1 parent 378b51e commit 4ed436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ poetry update # 全部更新
#### パッケージ情報を pip requirements.txt ファイルへ反映する

```bash
poetry export --without-hashes -o requirements.txt # こちらを更新する場合は下3つも更新する必要があります
poetry export --without-hashes -o requirements.txt # こちらを更新する場合は下2つも更新する必要があります
poetry export --without-hashes --with dev -o requirements-dev.txt
poetry export --without-hashes --with build -o requirements-build.txt
```
Expand Down

0 comments on commit 4ed436d

Please sign in to comment.