Skip to content

Commit 05b56f7

Browse files
committed
add Note
1 parent 713a86d commit 05b56f7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,14 @@ This will:
177177
- Export `requirements.txt` (production)
178178
- Export `requirements_dev.txt` (dev/test)
179179

180+
> **Note:**
181+
> In Poetry 2.0 and later, the `export` command is provided by the optional
182+
> plugin `poetry-plugin-export`. If you see
183+
> `The requested command export does not exist`, install the plugin with:
184+
> ```console
185+
> poetry self add poetry-plugin-export
186+
> ```
187+
180188
### Release a new probtest version
181189
182190
Release versions use two digits only: the first digit represents breaking major

0 commit comments

Comments
 (0)