From 57be2a0233d837aa0a2c17b74413f65ab84df6fa Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Thu, 28 May 2020 13:45:29 +0800 Subject: [PATCH] chg: doc: use global-option for pip 20.0 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4a27f1e4..abfbadd0 100644 --- a/README.rst +++ b/README.rst @@ -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