From 00563327a28bd051f4ee7354cb04b23625b5c88b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 27 Feb 2022 18:43:06 +0200 Subject: [PATCH] Quotes may be needed on macOS Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- docs/releasenotes/9.1.0.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releasenotes/9.1.0.rst b/docs/releasenotes/9.1.0.rst index a0b0b5eb7..aa4b6af06 100644 --- a/docs/releasenotes/9.1.0.rst +++ b/docs/releasenotes/9.1.0.rst @@ -38,6 +38,9 @@ For example: # Or for all: python3 -m pip install .[docs,tests] +On macOS, the last argument may need to be wrapped in quotes, e.g. +``python3 -m pip install ".[tests]"`` + Therefore ``requirements.txt`` has been removed along with the ``make install-req`` command for installing its contents.