Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ You can add it to your local project using one of these:
pip install -U commitizen
```

for Poetry >= 1.2.0:

```bash
poetry add commitizen --group dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of just use --group, I might suggest add poetry version as well. e.g.,

# for poetry >= 1.2.0
...

# for poetry < 1.2.0

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree, updated.

```

for Poetry < 1.2.0:

```bash
poetry add commitizen --dev
```
Expand Down