diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index b157c35a30..c4757b9875 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -345,7 +345,7 @@ associate with your source code. For more information, see :doc:`development_mod required to be compatible with development mode. With late versions of pip, ``setup.cfg``-only projects may be installed in this mode. - If you are experimenting with :doc:`configuration using `, + If you are experimenting with :doc:`configuration using pyproject.toml `, or have version of ``pip`` older than v21.1, you might need to keep a ``setup.py`` file in file in your repository if you want to use editable installs (for the time being).