Commit 02dbe014 by Matt G Committed by Bjorn Neergaard

Added quotes to line 339

parent 6fd7fda4
...@@ -357,7 +357,7 @@ If the package(s) you want to install provide extras, you can specify them ...@@ -357,7 +357,7 @@ If the package(s) you want to install provide extras, you can specify them
when adding the package: when adding the package:
```bash ```bash
poetry add requests[security,socks] poetry add "requests[security,socks]"
poetry add "requests[security,socks]~=2.22.0" poetry add "requests[security,socks]~=2.22.0"
poetry add "git+https://github.com/pallets/flask.git@1.1.1[dotenv,dev]" poetry add "git+https://github.com/pallets/flask.git@1.1.1[dotenv,dev]"
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment