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 64b01c2 commit 26afa66Copy full SHA for 26afa66
README.md
@@ -11,7 +11,14 @@ This plugin provides the same features as the existing `export` command of Poetr
11
12
## Installation
13
14
-The easiest way to install the `export` plugin is via the `self add` command of Poetry.
+On Poetry 2.0 and newer, the easiest way to add the `export` plugin is to declare it as a required Poetry plugin.
15
+
16
+```toml
17
+[tool.poetry.requires-plugins]
18
+poetry-plugin-export = ">=1.8"
19
+```
20
21
+Otherwise, install the plugin via the `self add` command of Poetry.
22
23
```bash
24
poetry self add poetry-plugin-export
0 commit comments