Skip to content

Commit

Permalink
Docs:requirements.txtを更新する箇所のドキュメントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Aug 31, 2024
1 parent 378b51e commit 78bb71e
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 78bb71e

Please sign in to comment.