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 5df5e0b commit d8b9477Copy full SHA for d8b9477
package-structure-code/declare-dependencies.md
@@ -225,7 +225,7 @@ There are different shell applications that you and your package contributors mi
225
* zsh is the shell that comes with most Mac OS computer
226
* Windows users may use a tool such as git bash
227
228
-Many shells don't support the bracket `[tests]` syntax which is why we add
+Some shells don't support unquoted brackets (`[tests]`) which is why we add
229
quotes to the command in this guide like this:
230
231
`python -m pip install ".[tests]"`
0 commit comments