diff options
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r-- | Doc/using/cmdline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 0ddf296..0421b80 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -795,8 +795,8 @@ conflict. Defines the :data:`user base directory <site.USER_BASE>`, which is used to compute the path of the :data:`user site-packages directory <site.USER_SITE>` - and :ref:`Distutils installation paths <inst-alt-install-user>` for - ``python setup.py install --user``. + and :ref:`installation paths <sysconfig-user-scheme>` for + ``python -m pip install --user``. .. seealso:: |