We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713a86d commit 05b56f7Copy full SHA for 05b56f7
README.md
@@ -177,6 +177,14 @@ This will:
177
- Export `requirements.txt` (production)
178
- Export `requirements_dev.txt` (dev/test)
179
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
+
188
### Release a new probtest version
189
190
Release versions use two digits only: the first digit represents breaking major
0 commit comments