We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee9a0e commit 0056332Copy full SHA for 0056332
docs/releasenotes/9.1.0.rst
@@ -38,6 +38,9 @@ For example:
38
# Or for all:
39
python3 -m pip install .[docs,tests]
40
41
+On macOS, the last argument may need to be wrapped in quotes, e.g.
42
+``python3 -m pip install ".[tests]"``
43
+
44
Therefore ``requirements.txt`` has been removed along with the ``make install-req``
45
command for installing its contents.
46
0 commit comments