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 544cb74 commit bca3c2dCopy full SHA for bca3c2d
docs/start.md
@@ -9,9 +9,10 @@ version from PyPI:
9
pip install zappend
10
```
11
12
-You can also install `zappend[dev]` to also install development dependencies,
13
-`zappend[doc]` to also install documentation-building dependencies, or
14
-`zappend[dev,doc]` for both.
+You can replace `zappend` with `zappend[dev]` in the above command to also
+install development dependencies, with `zappend[doc]` to also install
+documentation-building dependencies, or with `zappend[dev,doc]` to get both
15
+additional dependency sets.
16
17
To install the latest version for development, clone the
18
[repository](https://github.com/bcdev/zappend), and with the repository’s root
0 commit comments