Skip to content

Commit

Permalink
chg: doc: use global-option for pip 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed May 28, 2020
1 parent fb38859 commit 57be2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -37,7 +37,7 @@ skip building and installing LibYAML bindings, use ``--without-libyaml``:
.. code-block:: shell
# recommended
pip install pyyaml --install-option=--without-libyaml
pip install pyyaml --global-option=--without-libyaml
# or
python setup.py --without-libyaml install
# Ref: pip.pypa.io/en/stable/reference/pip_install/#per-requirement-overrides
Expand Down

0 comments on commit 57be2a0

Please sign in to comment.