Skip to content

Commit 1764cc9

Browse files
authored
Merge pull request psf#6899 from duzhuoshanwai/main
Docs: Add quotes to prevent Zsh wildcard interpretation.
2 parents 8ba805f + e946665 commit 1764cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ You can get the dependencies for this feature from ``pip``:
681681

682682
.. code-block:: bash
683683
684-
$ python -m pip install requests[socks]
684+
$ python -m pip install 'requests[socks]'
685685
686686
Once you've installed those dependencies, using a SOCKS proxy is just as easy
687687
as using a HTTP one::

0 commit comments

Comments
 (0)